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

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

Fatal error: Call to undefined function menu_execute_active_handler() in drupal 7.9 -

python - RuntimeWarning: PyOS_InputHook is not available for interactive use of PyGTK -