Top "Afnetworking-2" questions

AFNetworking 2.0 is a networking library for iOS 6+ and Mac OS X 10.

"pod update" doesn't update to latest version

Here is my podfile I use in the project: source 'https://github.com/CocoaPods/Specs.git' platform :ios, '9.0' …

ios cocoapods afnetworking-2
Upload an image with AFNetworking 2.0

I can't understand why this is so hard. All the tutorials and articles online seem to be talking about the 1.0 …

ios objective-c afnetworking-2
AFNetworking 2.0 Send Post Request with URL Parameters

How do I send a POST request with AFNetworking 2.0 with all the parameters in the URL like such: http://www.…

ios objective-c afnetworking-2
Wanted: Up-to-date example for JSON/POST with basic auth using AFNetworking-2

I have a toy app which submits an https JSON/POST using basic auth security. I've been told I should …

ios objective-c json afnetworking afnetworking-2
AFNetworking version 2 content-type error

I'm attempting to make an iphone app that will interact with a particular JIRA server. I've got the following code …

ios objective-c afnetworking afnetworking-2 afjsonrequestoperation
AFNetworking 2.0 Request w. Custom Header

Ive tried to avoid asking such a newb question on here, but im a Android dev learning IOS and I …

ios header http-headers afnetworking afnetworking-2
Replacement for AFJSONRequestOperation in AFNetworking 2.x

I am making a basic iPhone app with HTML Requests, by following this tutorial. The tutorial has me using AFJSONRequestOperation …

ios objective-c afnetworking afnetworking-2 afjsonrequestoperation
iOS - Increase timeout for AFHTTPRequestOperationManager

I'm downloading JSON data from a very slow server. It takes about a minute to get a resoonse from the …

ios cocoa-touch afnetworking afnetworking-2
AFNetworking 2.0 // How to read response header

I'm using the new version of AFNetworking and I can't figure out how to read the headers of the response. …

ios objective-c cocoa-touch ios7 afnetworking-2
obj-c AFNetworking 2.0 POST request does not work

Hi want to send some data (strings and a file) to a server, by using AFNetworking 2.0. Somehow the data for …

ios objective-c post request afnetworking-2