You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/04/27 15:16:35 UTC

[GitHub] [cordova-plugin-geolocation] chongfei111 opened a new issue #196: cordova-plugin-geolocation does not work in android phone (SDK 6.0.0)

chongfei111 opened a new issue #196:
URL: https://github.com/apache/cordova-plugin-geolocation/issues/196


   this is code in cordova-plugin-geolocation plugin code (package.json)!
     "engines": {
       "cordovaDependencies": {
         "3.0.0": {
           "cordova-android": ">=6.3.0"
         },
         "5.0.0": {
           "cordova": ">100"
         }
       }
     },


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



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


[GitHub] [cordova-plugin-geolocation] breautek commented on issue #196: cordova-plugin-geolocation does not work in android phone (SDK 6.0.0)

Posted by GitBox <gi...@apache.org>.
breautek commented on issue #196:
URL: https://github.com/apache/cordova-plugin-geolocation/issues/196#issuecomment-620069953


   It doesn't, it supports anything equal to or greater than 6.3.0.
   
   Why it doesn't support less than 6.3.0? See https://github.com/apache/cordova-plugin-compat. Pre 6.3.0 required this dependency to handle permissions. Permission management has been since added to the core framework, which was added in 6.3.0, hence the requirement.
   
   Despite it supporting as low as 6.3.0, you should be using cordova-android@8 for a number of reasons, with the largest one it supports targeting API 28, which is a requirement for deploying to the google play store.
   
   Hope this answers your question. If you have any other questions, I invite you to join our [slack](http://slack.cordova.io/) for support style questions such as this one.


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



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