We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52ff3d8 commit 5af1bd6Copy full SHA for 5af1bd6
iOS Example Obj-C/iOS Example Obj-C/Info.plist
@@ -34,5 +34,10 @@
34
<string>UIInterfaceOrientationLandscapeLeft</string>
35
<string>UIInterfaceOrientationLandscapeRight</string>
36
</array>
37
+ <key>NSAppTransportSecurity</key>
38
+ <dict>
39
+ <key>NSAllowsArbitraryLoads</key>
40
+ <true/>
41
+ </dict>
42
</dict>
43
</plist>
iOS Example Swift/iOS Example Swift/Info.plist
@@ -47,5 +47,10 @@
47
48
49
50
51
52
53
54
55
56
0 commit comments