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