美文网首页
八.info.plist文件代码形式添加 https相关

八.info.plist文件代码形式添加 https相关

作者: 择一城终老_蜗牛 | 来源:发表于2016-11-23 17:47 被阅读0次
<key>NSAppTransportSecurity</key>
    <dict>
        <key>NSAllowsArbitraryLoads</key>
        <true/>
    </dict>
<key>NSLocationAlwaysUsageDescription</key>
    <string>需要持续定位</string>
    <key>UIBackgroundModes</key>
        <array>
            <string>location</string>
        </array>

相关文章

网友评论

      本文标题:八.info.plist文件代码形式添加 https相关

      本文链接:https://www.haomeiwen.com/subject/svuvpttx.html