Skip to content

Releases: hypertrack/sdk-ios

More stable and robust

23 Aug 18:50
Compare
Choose a tag to compare

Added

  • SDK now restarts tracking if it was tracking before the app restart
  • Ignores all repeated commands (startTracking, stopTracking, name, metadata etc.) if new state is the same as the old one
  • SDK sends silent push notification acknowledgments to backend. This results in more stable Trips experience
  • Added error messages when static SDK methods are used before publishable key was set
  • Increased robustness across all usage scenarios and states

New SDK interface

14 Aug 16:43
Compare
Choose a tag to compare

Changed

  • SDK sports new interface that should be easier to use, more functional

Deprecated

  • Old interface is still there, but it's deprecated for now

Fixed

  • Fixed an issue where activity permissions were asked manually by the host app, but didn't propagate to the SDK

Transition to GitHub Releases

31 Jul 12:53
Compare
Choose a tag to compare

Changed

  • SDK now consumes less network data