Top "Afnetworking" questions

AFNetworking is a networking library for iOS and macOS available on GitHub and CocoaPods.

AFNetworking - How to make POST request

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 afnetworking
Setting up reachability with AFNetworking 2.0

I 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-2
How to manage sessions with AFNetworking?

As the title implies, I am using AFNetworking in an iOS project in which the application talks to a server. …

ios session cookies afnetworking
UIImageView+AFNetworking setImageWithURL with animation

With AFNetworking, is very simple to download an image from a server and put into an UIImageView: [imageView setImageWithURL:[NSURL …

objective-c uiimageview afnetworking
iOS Image upload via AFNetworking 2.0

I'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-2
How To Disable AFNetworking Cache

Is it possible to disable all the cache features from AFNetworking? I am building my own custom cache system and …

ios caching afnetworking
AFNetworking and background transfers

I'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-2
AFNetworking - Using AFHTTPRequestOperation to download file?

Man, stumped on this one. Trying to download a file with AFNetworking and the best I can do is capture …

afnetworking
AFNetworking and No Internet Connection scenario

I use AFNetworking in my app for every request (like login, get data from url, etc). Take this for example: …

iphone ios cocoa-touch afnetworking
AFNetworking - Invalid parameter not satisfying: url

I 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