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/02/10 06:26:10 UTC

[GitHub] ameykshirsagar opened a new issue #84: Help : Cannot get Geolocation

ameykshirsagar opened a new issue #84: Help : Cannot get Geolocation 
URL: https://github.com/apache/cordova-osx/issues/84
 
 
   Hi,
   I am trying to build a map app for Mac OSX desktop for which I require accessing geolocation. However I tried to get one but it didn't work. I am getting an error code :1 i.e Permission denied to access geolocation. I tried adding following entries to Info.plist file 
   `
   <key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
       <string>Need Location access</string>
       <key>NSLocationUsageDescription</key>
       <string>Location acccess Desc</string>
   `
   Still I am getting no prompt that asks for giving access to geolocation permission. Can anyone help me with this??
   
   Thanks

----------------------------------------------------------------
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:
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