Top "Afnetworking-2" questions

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

AFNetworking 2.0 : Cannot POST with JSON from IOS

Ever since upgrading my IOS code to use AFNetworking version 2.0 instead of 1.x, I cannot do an HTTP Post any …

ios json post afnetworking afnetworking-2
(Cocoa error 3840.)" (JSON text did not start with array or object and option to allow fragments not set.)

I find this error to happen to many other users and although trying many of suggested solutions nothing seems to …

django json postgresql afnetworking-2
AFNetworking getting json value. URL doesn't work

Im using AFNetworking to get JSON values from my iOS application i have tested my code to this link http://…

ios json afnetworking afnetworking-2
AFNetworking AFHTTPClient Class

I’m fairly new to iOS programming, especially when it comes to webservices. I’m developing a App for academic …

iphone ios image-uploading restler afnetworking-2
AFNetworking 2.0 cancel specific task

I am trying out afnetworking 2.0 and just trying to figure out how to cancel specific tasks. The old way would …

ios afnetworking afnetworking-2
AFNetworking 2.0 Domain=AFNetworkingErrorDomain Code=-1011 "Request failed: internal server error (500)

I am trying to convert my code to AFNetworking 2.0 with sub classing AFHTTPRequestOperationManager . Here is my code + (NSAFNetwokingRequestManager *)sharedClient { static …

ios web-services afnetworking afnetworking-2
Correct way to use AFHTTPSessionManager as a singleton?

I'm trying to use AFNetworking 2.0 to perform my network requests but I'm running into some odd behavior. I've subclassed AFHTTPSessionManager …

afnetworking-2
allow invalid certificates with AFNetworking

I have been using following code AFHTTPRequestOperation *operation = [[AFHTTPRequestOperation alloc]initWithRequest:request]; operation.allowsInvalidSSLCertificate=YES; Now i have changed AFNetworking …

ios objective-c afnetworking-2
AFNetworking 2.0 ERROR:Property with 'retain (or strong)' attribute must be of object type

Updated my project to AFNetworking, Xcode show this error: @property (nonatomic, strong) dispatch_queue_t completionQueue; Property with 'retain or …

iphone ios objective-c afnetworking afnetworking-2
AFNetworking 2.0 and Response Serialization Options

As soon as I trigger a request to a JSON resource I get the following: The operation couldn’t be …

ios afnetworking afnetworking-2