FIX: Allow unencrypted http calls (ios/andr)

This commit is contained in:
Marcos Rodriguez 2019-09-13 15:34:47 -04:00 committed by Overtorment
parent 23ebcd4987
commit d7cf785c09
2 changed files with 3 additions and 0 deletions

View file

@ -11,6 +11,7 @@
android:icon="@mipmap/ic_launcher"
android:roundIcon="@mipmap/ic_launcher_round"
android:allowBackup="false"
android:usesCleartextTraffic="true"
android:theme="@style/AppTheme">
<activity
android:name=".MainActivity"

View file

@ -43,6 +43,8 @@
<true/>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
<key>NSExceptionDomains</key>
<dict>
<key>localhost</key>