gpt4 book ai didi

ios - 如何更改 Ionic 2 iOS 应用程序的位置访问描述?我正在为我的应用程序使用 cordova 地理定位插件

转载 作者:行者123 更新时间:2023-11-28 19:29:00 24 4
gpt4 key购买 nike

我尝试将 AppName-Info.plist 中的描述更改为我想要的描述,但在构建之后它会自动替换为下面的默认描述。

<key>NSLocationWhenInUseUsageDescription</key>
<string>$NSLocationWhenInUseUsageDescription</string>
<key>NSLocationAlwaysUsageDescription</key>
<string>$NSLocationAlwaysUsageDescription</string>

我还尝试删除 cordova 地理定位插件并重新安装为

cordova plugin add https://github.com/apache/cordova-plugin-geolocation.git --variable GEOLOCATION_USAGE_DESCRIPTION="Allow location access for maps"

但它仍然没有改变描述。我仍然在我的应用程序上得到的是 $NSLocationWhenInUseUsageDescription 作为我的描述。

最佳答案

我来晚了一点,但我在寻找同一问题的答案时遇到了它。我最终将以下代码添加到我的 ionic 项目 config.xml 文件中,在构建和测试之后我可以确认它是否有效。

<config-file parent="NSLocationWhenInUseUsageDescription" platform="ios" target="*-Info.plist">
<string>This app requires access to your location when the screen is on and the app is displayed to Lorem Ipsum. Your code here.</string>
</config-file>

我还附上了一张图片,显示了这段代码相对于文件其余部分的位置。

Location Permission Example

关于ios - 如何更改 Ionic 2 iOS 应用程序的位置访问描述?我正在为我的应用程序使用 cordova 地理定位插件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48136713/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com