ios - XCode - Swift - App Transport Security has blocked a cleartext HTTP (http://) error -


i have been trying deal problem while now, , i'm hoping has solution haven't yet seen.

i using xcode 7 , testing app on ipad (ios 9 beta). have tried adding code below every instance of info.plist , doesn't work.

    <key>nsapptransportsecurity</key>     <dict>            <key>nsallowsarbitraryloads</key>     <true/>     </dict> 

i have tried decreasing deployment target 8.4. have tried restarting both laptop developing on , ipad.

i don't know else do. thanks.

you may adding in invalid position, should inside main <dict> tag. try adding first element in first dictionary this.


Comments

Popular posts from this blog

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -