Auto-grant Permissions
Automatically grants all required app runtime permissions to provide users with a seamless experience.
Enable Auto-grant Permissions
Eliminate the hassle of manual permission grants. This feature ensures app runtime permissions are automatically handled for each session. Examples of runtime permissions include location, external storage, microphone, camera, and more. Simplify your users' journey.

Supported permissions
Bluetooth
✅
Calendar
✅
Camera
✅
Contacts
✅
Location
✅
Media Library
✅
Microphone
✅
Notifications
✅
Phone
✅
Storage
✅
SMS
✅
Bluetooth
❌
Calendar
✅
Camera
✅
Contacts
✅
Health
❌
HomeKit
✅
Location
✅
Media Library
✅
Microphone
✅
Motion
✅
Notifications
❌
Deep Links
✅
Photos
✅
Reminders
✅
Siri
✅
Speech
❌
UserTracking
✅
With Query Parameter
Add the grantPermissions=true query parameter to your app or embed URL.
&grantPermissions=trueSee Query Params Reference for more information.
With JavaScript SDK
Set grantPermissions: true in the configuration e.g.
await client.setConfig({
grantPermissions: true,
...
})See Configuration for more information.
Last updated