Release Notes
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.
Updated 18 days ago