ios - app transport security has blocked a cleartext http resource load since it is insecure -


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

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -