Tried to run my existing app on iOS9 but getting failure while using AFURLSessionManager.
AFURLSessionManager
__block NSURLSessionDataTask *task = [self.sessionMana
Update:
As of Xcode 7.1, you don't need to manually enter the NSAppTransportSecurity Dictionary in the info.plist.
NSAppTransportSecurity
info.plist
It will now autocomplete for you, realize it's a dictionary, and then autocomplete the Allows Arbitrary Loads as well. info.plist screenshot
Allows Arbitrary