I am writing a cross-platform app in Xamarin. The app requires certain permissions or it is pretty well useless.
We want to make it as easy as possible for the user to manage the apps permissions.
In iOS the permissions can be accessed on a per app basis (General then scroll to the list of apps at the bottom of the screen, tap and control all the permissions for that app) or a user can grant/revoke access to one particular permission. For example, the user can go to "Cellular Data" and control which apps can use cellular data and which cannot.
That was always a bit unclear to me, so it makes more sense now.
Ideally I would like to put the screen below into the Settings of my app. So there would be a little gear icon for Settings and one option in Settings is "Permissions" and tapping that would show the screen below (in essence). That would be easier to the user I believe.
OK, if we cannot do that can we still have the permissions entry and it would take the user right to the screen below?
Thank you very much,
Bryan