Auto-grant Permissions
Automatically grants all required app runtime permissions to provide users with a seamless experience.
Last updated
Automatically grants all required app runtime permissions to provide users with a seamless experience.
Last updated
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.
Permission | Supported |
---|---|
Bluetooth | ✅ |
Calendar | ✅ |
Camera | ✅ |
Contacts | ✅ |
Location | ✅ |
Media Library | ✅ |
Microphone | ✅ |
Notifications | ✅ |
Phone | ✅ |
Storage | ✅ |
SMS | ✅ |
Add the grantPermissions=true
query parameter to your app or embed URL.
See Query Params Reference for more information.
Set grantPermissions: true
in the configuration e.g.
See Configuration for more information.