-
-
Notifications
You must be signed in to change notification settings - Fork 878
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open App settings in iOS #5
Conversation
Edit: By docs I meant your plugin docs, not the official docs of IOS or Android. |
@dark-chocolate, first the docs don't mention anything specific regarding the boolean being returned (which is definitely something we could/ need to approve on, pull-request are very welcome). Second the idea of the boolean is not to indicate if the settings "can" be opened, but if it "was" opened successfully, meaning if |
@mvanbeusekom Is there also a way to open Settings page in iOS (Settings here doesn't mean my own app settings, it means the general Settings app of iPhone)? |
Added the
openAppSettings
API to iOS (note this PR adds to #4)