Tried to run my existing app on iOS9 but getting failure while using AFURLSessionManager.
AFURLSessionManager
__block NSURLSessionDataTask *task = [self.sessionMana
I found solution from here. And its working for me.
Check this, it may help you.
NSAppTransportSecurity NSExceptionDomains myDomain.com NSIncludesSubdomains NSTemporaryExceptionAllowsInsecureHTTPLoads NSTemporaryExceptionMinimumTLSVersion TLSv1.1