3. Configuration
This document refers to deprecated parts of the platform and has been left intact to help customers with legacy integrations. In order to access the latest platform features and documentation, please go to https://docs.sentiance.com.
iOS // Configuring Xcode
Go to Signing & Capabilities.
Turn on Background Modes and enable Location updates.
Android // Configuring AndroidManifest.xml
Add the Required Permissions
When targeting API level 29 (Android 10), you must add the following permissions to your app's AndroidManifest.xml file.
AndroidManifest.xml
See the Android permissions page for more details.
Customize the Notification
The Sentiance SDK needs to provide a notification to Android, which gets shown to the user when a foreground service is running. You can customize this notification via the AndroidManifest.xml file.
AndroidManifest.xml
Last updated