Handling System Permissions
Last updated
Was this helpful?
Last updated
Was this helpful?
This guide demonstrates how to request necessary system permissions, such as Bluetooth or Location Access. The SDK enables your application to identify and request the necessary permissions for specific features. Additionally, it details how to display warnings or banners within your application when required permissions are not enabled.
Upon launch, the application needs to request the necessary permissions from the user. To retrieve the obtain the list of required permissions, use the listRequiredAndroidPermissions
or listRequiredIosPermissions
methods, and specify the features the application will be using.
Once you've acquired the list of required permissions, please refer to relevant Android and iOS documentation for guidance on adding system permissions.
An app user may choose to deny the application's permission requests. Before launching any features, your application must perform a system check. If the required permissions are not enabled, the app must inform the user, and instruct the user to enable them.