Provides a way to take users to the settings page for your application for iOS and Android. This can be useful if users have declined permissions and now need to go to the settings page to manually enable these permissions.
Grab from NuGet and install into the PCL, Android, and iOS projects https://www.nuget.org/packages/TrueGeek.Plugin.GoToSettings
There is only one method:
Plugin.GoToSettings.GoToSettings.Go();
This will open the App Settings page in iOS and the App Info page in Android.
iOS App Settings Page | Android App Info Page |
---|---|
Licensed under MIT, see license file.