afnetworking with iOS 9 sessions -
i have big project it's websites made subclass afhttpsessionmanager service class, working fine till ios 9 released, login doesn't work checked token , can't use them mean when request see cars example server sends me not logged in. used keys server exception didnt work. sorry lame question.
if you’re developing new app, should use https exclusively. if have existing app, should use https as can right now, , create plan migrating rest of app possible.
for quick hack can following,
add info.plist:
<key>nsapptransportsecurity</key> <dict> <key>nsallowsarbitraryloads</key> <true/> </dict>
Comments
Post a Comment