小编Shi*_*a M的帖子

Info.plist中添加的NSLocationAlwaysUsageDescription字符串未显示在权限弹出窗口ios中

<key>NSLocationAlwaysUsageDescription</key>
    <array>
        <string>Location is required to find out where you are</string>
    </array>
    <key>Privacy-Location Usage Description</key>
    <string>Location is required to find out where you are.</string>
Run Code Online (Sandbox Code Playgroud)

我在info.plist中添加了这个.仍然权限弹出窗口没有显示添加的字符串,而是显示 - 即使您不使用应用程序,也允许"app"访问您的位置?

cllocationmanager ios

10
推荐指数
1
解决办法
2万
查看次数

标签 统计

cllocationmanager ×1

ios ×1