AFNetworking is a networking library for iOS and macOS available on GitHub and CocoaPods.
EDIT 07/14 As Bill Burgess mentionned in a comment of his answer, this question is related to the version 1.3 of AFNetworking. …
iphone objective-c ios json afnetworkingI am trying to setup Reachability using the new 2.0 AFNetworking. In my AppDelegate I initialise the sharedManager. // Instantiate Shared Manager […
ios ios6 afnetworking reachability afnetworking-2As the title implies, I am using AFNetworking in an iOS project in which the application talks to a server. …
ios session cookies afnetworkingWith AFNetworking, is very simple to download an image from a server and put into an UIImageView: [imageView setImageWithURL:[NSURL …
objective-c uiimageview afnetworkingI've been looking examples for the new AFNetworking 2.0 to upload images. But I'm hitting wall and couldn't figure out what's …
afnetworking afnetworking-2Is it possible to disable all the cache features from AFNetworking? I am building my own custom cache system and …
ios caching afnetworkingI'm a bit confuse of how to take advantage of the new iOS 7 NSURLSession background transfers features and AFNetworking (versions 2 …
ios objective-c afnetworking afnetworking-2Man, stumped on this one. Trying to download a file with AFNetworking and the best I can do is capture …
afnetworkingI use AFNetworking in my app for every request (like login, get data from url, etc). Take this for example: …
iphone ios cocoa-touch afnetworkingI just tried AFNetworking on ios7 and i get this error: /Classes/AFHTTPClient.m:227 2013-09-16 18:25:57.557 App[13531:a0b] *** Terminating …
ios afnetworking