Permissions

Some features of Adalo require permission from your app Users to access! This section will assist you in setting these up in your app!

Skill Level: Beginner

Before You Begin

  • Permissions grant access to various features of your app such as Location or Notifications.

  • Users must be logged in for permissions to work.

Walkthrough

Request Notification Permissions
  • This Action grants access to send the Logged in User Trigger notifications or Push Notifications.

  • This Action must be added to part of the User flow after the User is logged in.

    • By default this is added as a Home Screen Action.

  • Separate setup required for both Apple and Android through your developer account.

    • Android devices running OS 12 and older have notification permissions set by default so no screen message will pop up and prompt for permission.

    • iOS requires this is a prompt and the user accepts. If the user denies access, the prompt will not show up again and access must be granted manually.

Request Location Permissions
  • This allows Users to grant access to their device location.

  • This Action must be added to part of the User flow where the User is logged in.

    • Best practice is to add to the Home Screen

  • Separate setup required for both Apple and Android through your developer account.

Camera Permissions
  • Camera permissions prompt will pop up by default when attempting to upload a photo.

  • There is no pop up for access to the Photo Library.

    • Out-of-process pickers allow the user to see and pick assets from within the context of an app but the app only gets access to assets that were selected. Additionally they did not have access to other things that PhotoKit provides such as information about the user’s albums.There is text in the Photos permissions explaining to users why they may have seen photos within the context of an app without any permission prompts. Currently that text looks like: APPS WITH ONE-TIME PHOTO SELECTION:

Last updated