Add NSAppTransportSecurity section to info.plist with NSAllowsArbitraryLoads enabled
This commit is contained in:
@@ -38,5 +38,9 @@
|
||||
::if (IOS_APP_ORIENTATION != null)::
|
||||
<key>UISupportedInterfaceOrientations</key>
|
||||
::IOS_APP_ORIENTATION::::end::
|
||||
<key>NSAppTransportSecurity</key>
|
||||
<dict>
|
||||
<key>NSAllowsArbitraryLoads</key><true/>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
||||
|
||||
@@ -38,5 +38,9 @@
|
||||
::if (IOS_APP_ORIENTATION != null)::
|
||||
<key>UISupportedInterfaceOrientations</key>
|
||||
::IOS_APP_ORIENTATION::::end::
|
||||
<key>NSAppTransportSecurity</key>
|
||||
<dict>
|
||||
<key>NSAllowsArbitraryLoads</key><true/>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
||||
|
||||
Reference in New Issue
Block a user