From d7cf785c095b3f75a6154a811537c8290d23260c Mon Sep 17 00:00:00 2001 From: Marcos Rodriguez Date: Fri, 13 Sep 2019 15:34:47 -0400 Subject: [PATCH] FIX: Allow unencrypted http calls (ios/andr) --- android/app/src/main/AndroidManifest.xml | 1 + ios/BlueWallet/Info.plist | 2 ++ 2 files changed, 3 insertions(+) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index a91dc3a0..a73ac221 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -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"> NSAppTransportSecurity + NSAllowsArbitraryLoads + NSExceptionDomains localhost