Request only two options for permissions instead of 3 (see description)
Closed this issue · 2 comments
So this may be in the switchToSettings()
ballpark, but on iOS, some apps give you the option of either completely denying location or having it on all the time - that's it.
Using this plugin with the switchToSettings, there's a third option, sorry if I am not getting the terminology right (I don't have the iphone in front of me), but it appears in the middle an is essentially "only when the app is running".
An example of an app that gives only two options is I believe facebook. Is there a way to get this to only give those 2 options instead of the current 3? Thanks!
The options that appear in the Settings app for location (Always or When In Use) are determined by whether either or both the related keys are included in the project .plist: NSLocationWhenInUseUsageDescription
and NSLocationAlwaysUsageDescription
- see the Apple documentation for more.
Closing as this is unrelated to the functionality of this plugin.
Thanks. Sorry for the bad ticket.