Geolocation
Last updated
Was this helpful?
Last updated
Was this helpful?
Turn on the Geolocation feature:
Enable Geolocation for iOS if needed.
To start using background location tracking. You need to enable a Geolocation and fill out the Permission description for iOS (If you're planning to use iOS).
Webhook URL - This is your endpoint URL where we will send a user's geolocation. A few requirements for an endpoint:
HTTPS (HTTP is not supported)
POST method
JSON in a body
Header Name & Value (Optional) - In case you have authorization on your webhook endpoint. This header will be sent to your endpoint from a device.
Yes, we advise using the native geolocation API for an enhanced user experience, but the web geolocation API is also an option, albeit with repeated permission prompts each time the app is accessed.
Permission description for iOS - The permission description text should explain to the user why your app needs that permission. Refer to to avoid potential rejection.
Permission description for iOS or/and Android - The permission description text should explain to the user why your app needs that permission. Refer to and to avoid potential rejection.