Cordova Geolocation Plugin IOS 9.1授权

时间:2015-11-18 10:56:47

标签: ios cordova cordova-plugins

我正在为Android和IOS开发Cordova应用程序。两个平台的基本代码相同; Android很好,但IOS不是。允许用户授予访问地理位置的弹出窗口不会显示。我目前的设置是Cordova 5.4.0,Cordova-plugin-geolocation v1.0.1,IOS 9.1。

在我的config.xml中,我已经设置了这一行来设置插件:

<plugin name="cordova-plugin-geolocation" spec="^1.0.1" />

<gap:config-file platform="ios" parent="NSLocationAlwaysUsageDescription" overwrite="true">
  <string>MESSAGE!</string>
</gap:config-file>

我错过了什么吗?

0 个答案:

没有答案