/Xamarin.Plugin.GoToSettings

Provides a way to take users to the settings page for your application for iOS, and Android.

Primary LanguageC#MIT LicenseMIT

Go To Settings Plugin for Xamarin (iOS, Android)

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.

Setup

Grab from NuGet and install into the PCL, Android, and iOS projects NuGet https://www.nuget.org/packages/TrueGeek.Plugin.GoToSettings

Build Status

Build status

Usage

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

License

Licensed under MIT, see license file.