Skip to content

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

License

Notifications You must be signed in to change notification settings

TrueGeek/Xamarin.Plugin.GoToSettings

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages