ionic ios 获取经纬度

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/xiaomifengmaidi1/article/details/84541060

<platform name="ios">

<config-file overwrite="true" parent="NSLocationWhenInUseUsageDescription" target="*-Info.plist">

<string>Track the app where it is used</string>

</config-file>

需要在config中这样配置

猜你喜欢

转载自blog.csdn.net/xiaomifengmaidi1/article/details/84541060