Open Screen
Close Screen
Open External Link
Configure Navigation Drawer
Add Item to List
Remove Item from List
Update Value
Convert Data
Send API Request
Conditional Action
Request Permission
Trigger
The Request Permission Actionallows your app to request access to sensitive device features or user data, such as location, camera or contacts. This action is essential for ensuring that users grant the necessary permissions for your app to function correctly while maintaining transparency and respecting their privacy.
User Control
Improved Functionality
Compliance with Privacy Standards
1. Type
Options include:
Notifications
Location
Provide Clear Context:Explain why the permission is needed and how it will benefit the user, increasing the likelihood of acceptance.
Handle Denials Gracefully: Prepare for scenarios where permissions are denied by implementing fallback options or alternative functionalities.
Request Permissions at the Right Time:Prompt users for permissions at a moment that feels natural within the app workflow, rather than during the initial app launch, to improve acceptance rates.