I have a problem when users use my app and they lost connection or use airplane mode.
My app server side doesn\'t set any cache policy and for the time being I can\'
You just need to subclass the AFHTTPSessionManager and check if the client is offline. Then you can change the cache policy or force the app to use cached data.
AFHTTPSessionManager