[
https://issues.apache.org/jira/browse/CB-14085?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16471376#comment-16471376
]
ASF GitHub Bot commented on CB-14085:
-------------------------------------
slkerndnme opened a new pull request #106: CB-14085: Fix iOS usage description
URL: https://github.com/apache/cordova-plugin-geolocation/pull/106
Pull request relative to the bug
(CB-14085)[https://issues.apache.org/jira/browse/CB-14085].
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> cordova-plugin-geolocation no more working on iOS 11
> ----------------------------------------------------
>
> Key: CB-14085
> URL: https://issues.apache.org/jira/browse/CB-14085
> Project: Apache Cordova
> Issue Type: Bug
> Components: cordova-plugin-geolocation
> Affects Versions: cordova-android-7.0.0
> Reporter: Gauthier Saison
> Priority: Critical
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> The apache plugin cordova-plugin-geolocation is fully reliable on android but
> now bugged on iOS caused by missed properties injections in the plist file:
> NSLocationAlwaysAndWhenInUseUsageDescription and
> NSLocationWhenInUseUsageDescription have to be precised on [the offcial Apple
> documentation|https://developer.apple.com/documentation/corelocation/choosing_the_authorization_level_for_location_services/requesting_always_authorization].
> Those entries can now be added directly on the plugin installation by
> requesting a IOS_USAGE_DESCRIPTION variable.
> To fix this problem, a few lines has to be added on the plugin.xml, and the
> readme has to be updated.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]