ios - app transport security has blocked a cleartext http resource load since it is insecure -
this question has answer here:
though followed app transport security technote , configuring app transport security exceptions in ios 9 , osx 10.11 still i'm getting error in ios 9 error:app transport security has blocked cleartext http resource load since insecure
<key>nsapptransportsecurity</key> <dict> <key>nsallowsarbitraryloads</key> <true/> </dict>
just paste code in plist
Comments
Post a Comment