Home

Guides

Editor

Components

Actions

Conditions

Actions

Navigation

Open Screen

Close Screen

Open External Link

Configure Navigation Drawer

Data

Add Item to List

Remove Item from List

Update Value

Convert Data

Send API Request

Logic

Conditional Action

Other

Request Permission

Trigger

Request Permission Action Documentation

Overview

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.


Key Features

  • User Control

  • Improved Functionality

  • Compliance with Privacy Standards


Action Fields

1. Type

Options include:

  • Notifications

  • Location


Best Practices for Using the Request Permission Action

  • 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.