44
Views
2
Comments
[Android Permissions Plugin] Is there a IOS Permissions Plugin
Question
android-permissions-plugin
Mobile icon
Forge asset by Miguel Antunes
Application Type
Mobile

Assuming most of you use these apps for cross platform experience, how do you handle IOS UX?
Is there another component you use for this?
Is there a 'common permissions' plugin that utilises both permissions?

My current use case is checking if location services have been accepted so that I can request the user again to enable them (if they haven't) for a service that is mandatory to have them enabled.
Ideally, I would have a single action to run this, rather than checking OS and splitting logic.

2023-03-30 10-13-40
Miguel Antunes

For iOS there's a plugin called cordova-diagnostic-plugin that I think will do want you need. Looking at the Forge it seems that there's already one OS implementation of that plugin:
https://www.outsystems.com/forge/component-overview/1916/diagnostic-plugin

Not sure the current state of that plugin. But you can give it a try.

UserImage.jpg
Rachel McMinn

Hi Miguel, I tried integrating this plugin but it wasn't successful. It may be because it's from 2017, do you have an example on integrating this? I've tried looking through the Outsystems docs on accessing the iOS permissions, but nothing has been of use yet.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.