Tried to run my existing app on iOS9 but getting failure while using AFURLSessionManager.
AFURLSessionManager
__block NSURLSessionDataTask *task = [self.sessionMana
You should add App Transport Security Settings to info.plist and add Allow Arbitrary Loads to App Transport Security Settings
App Transport Security Settings
info.plist
Allow Arbitrary Loads
NSAppTransportSecurity NSAllowsArbitraryLoads