Cordova iOS location message

后端 未结 5 1822
忘了有多久
忘了有多久 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:24

    The solution has changed for cordova-plugin-geolocation: "4.0.0". This is what you need to add in your config.xml:

    
        need location access to find things nearby
    
    

    For more information: https://github.com/apache/cordova-plugin-geolocation

提交回复
热议问题