leecade / react-native-practice

8 stars 0 forks source link

xcode 7 with ios9 simulator network failed #16

Closed leecade closed 8 years ago

leecade commented 8 years ago

Adding the following to Info.plist will disable ATS

<key>NSAppTransportSecurity</key>
<dict>
    <key>NSAllowsArbitraryLoads</key>
    <true/>
</dict>

ref: https://github.com/leecade/react-native-swiper/pull/49

leecade commented 8 years ago

ref: https://ste.vn/2015/06/10/configuring-app-transport-security-ios-9-osx-10-11/

already be default configuration in Info.plist after 0.32.