Skip to content

Releases: hypertrack/sdk-expo

4.4.0

02 Oct 19:32
91533ae
Compare
Choose a tag to compare

Added

  • Added new plugin prameter:
    • allowMockLocation - to enable mock locations for testing
    • foregroundNotificationTitle, foregroundNotificationText - to configure foreground notification on Android

4.3.0

18 Sep 11:31
43a3990
Compare
Choose a tag to compare

Changed

  • Updated Expo dependency to 51

Fixed

  • Removed fixed package manager version

4.2.0

06 Jun 15:04
710d67c
Compare
Choose a tag to compare

Added

  • swizzlingDidReceiveRemoteNotificationEnabled config plugin property to disable method swizzling for didReceiveRemoteNotification() method on iOS

4.1.0

31 Jan 21:04
Compare
Choose a tag to compare

Added

  • proxyDevicePushTokenCall config plugin property (#17)

4.0.1

10 Nov 23:54
Compare
Choose a tag to compare

Fixed

  • Deleted leftover config plugin properties which were removed in new SDK version:

automaticallyRequestPermissions, allowMockLocations, and loggingEnabled config plugin properties and their plist/manifest counterparts should be removed.

4.0.0

03 Oct 13:45
Compare
Choose a tag to compare

Changed

  • Updated expo required version to 49
  • Updated React Native HyperTrack SDK version to 11.0.2
    • binds iOS 5.0.2 and Android 7.0.3 native SDKs

3.0.0

07 Mar 20:15
Compare
Choose a tag to compare

Changed

  • Updated required Expo version to 48

2.0.0

07 Mar 20:13
Compare
Choose a tag to compare

Changed

  • Updated expo required version to 47

Removed

  • AppDelegate methods for push notifications (we don't need them anymore for HyperTrack iOS SDK 4.14.0+)

1.2.0

04 Jan 15:41
Compare
Choose a tag to compare

Changed

  • Bumped the minimum deployment target to iOS 13, in lockstep with Expo

1.1.0

04 Oct 14:49
Compare
Choose a tag to compare

Changed

  • Use ExpoAppDelegateSubscriber protocol to proxy AppDelegate methods (#2)