Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit fe6a9d8

Browse files
author
Will Anderson
committed
Add iOS9 TLS exception to example app config
1 parent 6c1487c commit fe6a9d8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Examples/CodePushDemoApp/iOS/Info.plist

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@
2222
<string>1</string>
2323
<key>LSRequiresIPhoneOS</key>
2424
<true/>
25+
<key>NSAppTransportSecurity</key>
26+
<dict>
27+
<key>NSAllowsArbitraryLoads</key>
28+
<true/>
29+
</dict>
2530
<key>UILaunchStoryboardName</key>
2631
<string>LaunchScreen</string>
2732
<key>UIRequiredDeviceCapabilities</key>
@@ -40,7 +45,5 @@
4045
<string></string>
4146
<key>CodePushDeploymentKey</key>
4247
<string>deployment-key-here</string>
43-
<key>CodePushServerUrl</key>
44-
<string>server-url-here</string>
4548
</dict>
4649
</plist>

0 commit comments

Comments
 (0)