After adding the SDK, you need to configure your project to prepare it before starting to use the SDK.
- Go to the Capabilities tab of your target settings
- Under Background Modes, enable Location updates, Background fetch, and Background processing.
Add the following background task identifiers to the project info (Info.plist):
- com.sentiance.backgroundtask.tilerefresh
- com.sentiance.backgroundtask.task_processing
Add the following task identifier if you plan to utilize the step counting SDK feature (disabled by default):
- com.sentiance.backgroundtask.step_counter
{% hint style="info" %} You can add these identifier by following these steps:
- Project settings -> select a target -> Info.
- Add "Permitted background task scheduler identifiers".
- Add the above identifiers as sub-items. {% endhint %}