Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们有一个功能齐全的 iOS 应用程序,描述如下.. 这个应用程序正在从网站获取数据,我们正在我们的移动设备上显示数据,在测试过程中一切顺利。但是当我们构建一个 ipa 文件时,Web API 不会被调用。
<key>NSAppTransportSecurity</key> <dict> <key>NSAllowsArbitraryLoads</key> <true/> </dict>