Permissions Overview

📘

Some device hardware and functionality requires specific permissions from the user to be able to be accessed by your app. Typically permission requests can be configured to be prompted when the app is first launched by the user or they can be prompted in-context when required at runtime via the JavaScript Bridge. Apple and Google encourage developers to request permission thoughtfully. If a user has declined you can suggest they enable the permission through the app's settings menu and then include a button that launches the app settings screen using the JavaScript Bridge.

👍

Developer Demo

Display our demo page in your app to test launching the app settings menu during development https://median.dev/app-settings

Also, refer to permissions associated with OneSignal push notifications

You can learn more about the localization of the permission prompts in Permission Prompt Localization