App permissions

What are app permissions and how can I use it?

App permissions will enable your mobile apps to request access to a device’s features, such as the microphone, camera, location, contacts, gallery, and more, by displaying a prompt when the user launches the app.

You can use this feature to enable or disable each permission based on your app’s functionality, whether native or via the in-app browser. You may be required to provide an explanation detailing how each of these permissions will be used while submitting your app to Play Store and App Store.

Simply turn on the toggles against the permissions that your app will be utilizing on the build configuration screen before creating the build of your app.

Last updated