Location Messaging in iOS Apps that use SDK Version 10
The steps for implementing location messaging have changed in version 10 of the SDK. To upgrade your app to version 10 of the SDK, first update the initialization code. Then, use these code examples to update the location messaging code in your app.
Use this code example to enable location tracking. This step is required to send geofence and beacon messages to your app.
This code example shows how to get the device’s last known location using version 10 of the SDK.
Implement the handler for background location updates in your application delegate class. This code example shows how to implement the handler using version 10 of the SDK.
This code example shows how to implement location message segmentation using version 10 of the SDK.