Skip to content

Commit

Permalink
Allow arbitrary loads on iOS9
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolay Likhogrud committed Sep 25, 2015
1 parent e82e86c commit ff85e5e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions YandexMapKitSample/YandexMapKitSample-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@
<string>1.0</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>NSLocationWhenInUseUsageDescription</key>
<string>""</string>
<key>NSMainNibFile</key>
Expand Down

0 comments on commit ff85e5e

Please sign in to comment.