From 09c65a1f58383f9b4dc62f585634a24f7816afab Mon Sep 17 00:00:00 2001 From: Jean Regisser Date: Wed, 6 Apr 2016 09:44:53 +0200 Subject: [PATCH] Allow non https requests for the example app so it works while debugging locally --- Example/iOS/Info.plist | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Example/iOS/Info.plist b/Example/iOS/Info.plist index 0a56a6ea..7af6b0fa 100644 --- a/Example/iOS/Info.plist +++ b/Example/iOS/Info.plist @@ -38,5 +38,10 @@ NSLocationWhenInUseUsageDescription + NSAppTransportSecurity + + NSAllowsArbitraryLoads + +