Skip to content

Commit 5af1bd6

Browse files
committed
Allow arbitrary loads in both iOS example apps
1 parent 52ff3d8 commit 5af1bd6

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

iOS Example Obj-C/iOS Example Obj-C/Info.plist

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,10 @@
3434
<string>UIInterfaceOrientationLandscapeLeft</string>
3535
<string>UIInterfaceOrientationLandscapeRight</string>
3636
</array>
37+
<key>NSAppTransportSecurity</key>
38+
<dict>
39+
<key>NSAllowsArbitraryLoads</key>
40+
<true/>
41+
</dict>
3742
</dict>
3843
</plist>

iOS Example Swift/iOS Example Swift/Info.plist

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,10 @@
4747
<string>UIInterfaceOrientationLandscapeLeft</string>
4848
<string>UIInterfaceOrientationLandscapeRight</string>
4949
</array>
50+
<key>NSAppTransportSecurity</key>
51+
<dict>
52+
<key>NSAllowsArbitraryLoads</key>
53+
<true/>
54+
</dict>
5055
</dict>
5156
</plist>

0 commit comments

Comments
 (0)