AFNetworking is a networking library for iOS and macOS available on GitHub and CocoaPods.
I'm trying out the new version 2.0 of AFNetworking and I'm getting the error above. Any idea why this is happening? …
ios afnetworking afnetworking-2Tried to run my existing app on iOS9 but getting failure while using AFURLSessionManager. __block NSURLSessionDataTask *task = [self.sessionManager dataTaskWithRequest:…
ios afnetworking nsurlsession ios9 tls1.2I'm a newbie in obj-c and have been using asihttp for some of my projects. When doing a post request …
ios objective-c afnetworking afnetworking-2I am just starting to take a look at Mattt's wonderful new Alamofire swift networking library and am not quite …
swift afnetworking alamofireI have a collection view controller, which load image Async by URL. (Something like Instegram) I am looking for the …
swift afnetworking alamofireI am trying to make a POST request which has HTTPHeader Fields and a HTTP body to the youtube API. …
ios objective-c post afnetworking afnetworking-3I have set up the following code to save a file to the documents directory: NSLog(@"Saving File..."); NSURLRequest *request = […
iphone objective-c ios xcode afnetworkingI've just started using AFNetworking 2.0 and I was wondering how I put in headers into a HTTP Get request. The …
iphone ios objective-c afnetworking afnetworking-2My project is using AFNetworking. https://github.com/AFNetworking/AFNetworking How do I dial down the timeout? Atm with no …
objective-c ios xcode networking afnetworkingI am using AFNetworking library to post data on server using POST method. Following is my code - (void) callLoginAPI:(…
ios objective-c json afnetworking