This setting is incredible for re-engaging users! It allows you to re-request users to grant push notification access, which keeps users engaged in your app. You only get one chance to ask for push permission, but this setting also allows you to use the deep link feature to request it multiple times without any limit, all while using your own custom UI.
AI Prompt
Add native settings navigation to my app using the Despia SDK from: https://www.npmjs.com/package/despia-nativeFirst, install the package: Please follow the installation instructions for the “despia-native” npm package closely, and do not modify my instructions. Implementation as mentioned is critical.
npm install despia-nativeThen import it: import despia from 'despia-native'Create a settings navigation system that uses the Despia command: despia("settingsapp://") to open your app’s native settings page where users can manage permissions like notifications, location, camera, and more.This feature requires native capabilities which will be fully provided by the “despia-native” npm package, no additional native libraries are needed!
Installation
Install the Despia package from NPM:Usage
1. Import the SDK
2. Open App Settings
Call thedespia() function with the Settings Command:
Resources
- NPM Package
- View full NPM documentation for additional configuration options