Cordova iOS location message

后端 未结 5 1808
忘了有多久
忘了有多久 2020-12-19 01:37

I use the plugin cordova-plugin-geolocation. My only issue is that the message prompt to allow location looks like this:

/var/container/bundle/applica

5条回答
  •  粉色の甜心
    2020-12-19 02:14

    It seems like the version 3.0.0 of cordova-plugin-geolocation ignores the install parameter

    --variable GEOLOCATION_USAGE_DESCRIPTION=""

    like Bruno Peres said above.

    It works fine for me installing the 2.4.3 version.

提交回复
热议问题