You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/03/11 07:40:23 UTC

[GitHub] [cordova-plugin-geolocation] sjokoladepudding commented on issue #111: NSLocationAlwaysUsageDescription now mandatory?

sjokoladepudding commented on issue #111: NSLocationAlwaysUsageDescription now mandatory?
URL: https://github.com/apache/cordova-plugin-geolocation/issues/111#issuecomment-471434435
 
 
   I've found this article from apple:
   https://developer.apple.com/documentation/corelocation/choosing_the_authorization_level_for_location_services/requesting_always_authorization
   
   It says:
   
   > Important
   > You are required to include the NSLocationWhenInUseUsageDescription and NSLocationAlwaysAndWhenInUseUsageDescription keys in your app's Info.plist file. (If your app supports iOS 10 and earlier, the NSLocationAlwaysUsageDescription key is also required.) If those keys are not present, authorization requests fail immediately.
   
   The NSLocationAlwaysAndWhenInUseUsageDescription is new to me. My app just got rejected, so I will try this too.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org