Top "Afnetworking-2" questions

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

Request failed: unacceptable content-type: text/html using AFNetworking 2.0

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-2
AFNetworking Post Request

I'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-2
'Project Name' was compiled with optimization - stepping may behave oddly; variables may not be available

Trying to step into AFNetworking code generates following warning: [Project Name] was compiled with optimization - stepping may behave oddly; …

ios afnetworking-2 xcode7
AFNetworking 2.0 add headers to GET request

I'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-2
Posting JSON data using AFNetworking 2.0

I have a web script which accepts JSON string as input through HTTP POST request. I have came across several …

ios json http-post afnetworking-2
Uploading image with AFNetworking 2.0

I'm banging my head against the wall with this one. I want to select UIImage from library and upload it …

ios objective-c file-upload uiimageview afnetworking-2
(Cocoa error 3840.)" (Invalid value around character 0.) AFNetworking

I've been getting the following error when using the GET method to retrieve a file from a server: Error: Error …

ios objective-c json cocoa-touch afnetworking-2
AFNetworking 2.0 - "unacceptable content-type: text/plain"

I'm using AFNetworking 2.0 to read JSON from a service I'm building (on localhost for now) in Node. Pretty normal stuff. …

ios json node.js ios7 afnetworking-2
AFNetworking 2.0 AFHTTPSessionManager: how to get status code and response JSON in failure block?

When switched to AFNetworking 2.0 the AFHTTPClient has been replaced by AFHTTPRequestOperationManager / AFHTTPSessionManager (as mentioned in the migration guide). The very …

objective-c afnetworking-2
How to download image with AFNetworking 2.0?

Appareantly there is no AFImageRequestOperation, but only AFImageResponseSerializer and frankly I don't get it or maybe I'm just looking too …

iphone ios xcode afnetworking-2