3. Configuration
iOS // Configuring Xcode
Android // Configuring AndroidManifest.xml
Add the Required Permissions
<manifest ...>
<uses-permission android:name="android.permission.ACCESS_BACKGROUND_LOCATION"/>
<uses-permission android:name="android.permission.ACTIVITY_RECOGNITION"/>
...
</manifest>Customize the Notification
Last updated