You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 29, 2021. It is now read-only.
My app doesn't use the 'Always' permission, and I ask user WhenInApp permission. But in settings, user can explictely select 'Always'.
I tried removing the NSLocationAlwaysUsageDescritpion from app and submitted the app, and it gave the above error.
By removing the NSLocationAlwaysUsageDescritpion from info.plist, the 'Always' option is removed from Privacy settings of the app, and that is what I want, so that user doesn't have an option to choose 'Always'.
The reason why I want all that is, even when I ask user WhenInApp permission, some users went to settings and explicitly gave 'Always' permission, which caused the new iOS 13 popup appearing while the app was in background which shoes that the app was getting your location, putting the users away from using the app!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
My app doesn't use the 'Always' permission, and I ask user WhenInApp permission. But in settings, user can explictely select 'Always'.
I tried removing the NSLocationAlwaysUsageDescritpion from app and submitted the app, and it gave the above error.
By removing the NSLocationAlwaysUsageDescritpion from info.plist, the 'Always' option is removed from Privacy settings of the app, and that is what I want, so that user doesn't have an option to choose 'Always'.
The reason why I want all that is, even when I ask user WhenInApp permission, some users went to settings and explicitly gave 'Always' permission, which caused the new iOS 13 popup appearing while the app was in background which shoes that the app was getting your location, putting the users away from using the app!
The text was updated successfully, but these errors were encountered: