All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
4.4.0 - 2024-09-30
- Added new plugin prameter:
allowMockLocation
- to enable mock locations for testingforegroundNotificationTitle
,foregroundNotificationText
- to configure foreground notification on Android
4.3.0 - 2024-09-18
- Updated Expo dependency to
51
- Removed fixed package manager version
4.2.0 - 2024-06-06
swizzlingDidReceiveRemoteNotificationEnabled
config plugin property to disable method swizzling fordidReceiveRemoteNotification()
method on iOS
4.1.0 - 2024-01-31
- Added
proxyDevicePushTokenCall
plugin property to enable calling HyperTrack SDK as soon as the device token is received in the AppDelegate
4.0.1 - 2023-11-11
- Deleted leftover config plugin properties which were removed in new SDK version
4.0.0 - 2023-10-03
- Updated expo required version to 49
- Updated React Native HyperTrack SDK version to
11.0.2
- binds iOS
5.0.2
and Android7.0.3
native SDKs
- binds iOS
3.0.0 - 2023-03-07
- Updated expo required version to 48
2.0.0 - 2023-03-03
- Updated expo required version to 47
- AppDelegate methods for push notifications (we don't need them anymore for HyperTrack iOS SDK 4.14.0+)
1.2.0 - 2023-01-04
- Bumped the minimum deployment target to iOS 13, in lockstep with Expo
1.1.0 - 2022-10-04
- Use ExpoAppDelegateSubscriber protocol to proxy AppDelegate methods (#2)
1.0.0 - 2022-07-29
- Initial release of the expo plugin.