-
Notifications
You must be signed in to change notification settings - Fork 663
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
NSLocationAlwaysUsageDescription now mandatory? #111
Comments
Is it the same as #105 ? |
Partly. #105 adds a method to request always permission. But if the description clarifies that both descriptions are needed this is fine. |
I do not use/turn on "always" mode anyhow especially, I only use regular geolocation, but Apple still complains about not having that |
@Ajaxy The message from Apple actually states this case:
|
Got it, thanks for clarifying |
That´s why I suggested adding something to the docs. Confuse me, too.
|
I've found this article from apple: It says:
The NSLocationAlwaysAndWhenInUseUsageDescription is new to me. My app just got rejected, so I will try this too. |
There is a proposal on how to update documentation in #149 |
Fixed by #181 |
It looks like the key
NSLocationAlwaysUsageDescription
is now mandatory, too. Should we document this?This is the warning Apple sent after uploading the app:
The text was updated successfully, but these errors were encountered: