瀏覽代碼

开启ATS ( <key>NSAppTransportSecurity</key>)允许http链接

hxb 8 年之前
父節點
當前提交
29b52b1a98
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      WSCloudStorage/Info.plist

+ 5 - 0
WSCloudStorage/Info.plist

@@ -22,6 +22,11 @@
 	<string>1</string>
 	<key>LSRequiresIPhoneOS</key>
 	<true/>
+	<key>NSAppTransportSecurity</key>
+	<dict>
+		<key>NSAllowsArbitraryLoads</key>
+		<true/>
+	</dict>
 	<key>UILaunchStoryboardName</key>
 	<string>LaunchScreen</string>
 	<key>UIRequiredDeviceCapabilities</key>