Skip to content

Commit

Permalink
Allow non https requests for the example app so it works while debugg…
Browse files Browse the repository at this point in the history
…ing locally
  • Loading branch information
jeanregisser committed Apr 6, 2016
1 parent 49e10f9 commit 09c65a1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Example/iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,10 @@
<false/>
<key>NSLocationWhenInUseUsageDescription</key>
<string></string>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
</dict>
</plist>

0 comments on commit 09c65a1

Please sign in to comment.