Release Notes - iOS Movement SDK
4.0.5
- Fixed issue with SDK version being incorrectly reported.
4.0.3
Added
- For using Personalization API Managed Users, the OAuth Token for Managed Users can now be passed to
MovementSdkManager.shared().configure
asoauthToken
.
Improved
- Privacy enhancements to Geofencing function for protected health and related categories.
4.0.1
- Fixed issue with Core Location bug introduced by iOS 16.4+. See Apple Developer Forum for more details.
4.0.0
- Due to a bug introduced by iOS 16.4+ and fixed with the Movement SDK 4.0.1 release, please implement 4.0.1 instead of 4.0.0.
- Renamed all instances of
Pilgrim
toMovementSdk
; please refer to full reference documentation to see all instances of renaming.- Renaming examples:
import Pilgrim
renamed toimport MovementSdk
PilgrimManager
class renamed toMovementSdkManager
- Renaming examples:
- Renamed class prefix in Objective-C
- Renaming example:
FSQPCategory
class renamed toFSQCategory
- Renaming example:
- Completed full conversion to Swift framework from Objective-C.
- Please refer to the Movement SDK Get Started Guide for full implementation steps.
- If you are still on the Pilgrim SDK, please refer to our Legacy Pilgrim SDK documentation .
Updated about 2 months ago