Top "Afnetworking-2" questions

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

CFNetwork SSLHandshake failed with AFNetworking 2.0, self-signed cer and [policy setAllowInvalidCertificates:YES]

I'm using AFNetworking 2. I've got a self-signed Root CA certificate in my project Bundle I'm allowing Invalid Certificates with: [policy …

ios ssl-certificate afnetworking-2 cfnetwork
AFNetworking 2.0 Get JSON from code 400 in failure block

I'm using AFHTTPRequestOperationManager for a POST request. Now I'm deliberately entering incorrect information to handle a 400 error code. Now, the …

ios iphone objective-c afnetworking afnetworking-2
AFNetworking 500 response body

I've been using AFNetworking 2.0 in my app. I've noticed that if my web-service returns a 500 status code I do not …

ios objective-c rest afnetworking-2
AFNetworking serializes forward slash making the JSON payload invalid

I am using AFNetworking 2.0. In AFNetworking, AFHTTPRequestOperationManager object has an API: (AFHTTPRequestOperation *)POST:(NSString *)URLString parameters:(id)parameters success:(void (^)(…

ios objective-c json afnetworking-2
AFNetworking 2.0 HTTP POST Progress

How can I get the progress of an AFHTTPRequest? I've tried searching all over the net. I am using: AFHTTPRequestOperationManager *…

ios objective-c afnetworking-2
Setting User-Agent in AFNetworking

our iOS app recently got rejected by Apple because it was not able to establish a valid connection to our …

ios swift afnetworking afnetworking-2
AFNetworking-2 waitUntilFinished not working

I know there is another similar question, but it's for an older version of AFNetworking, and doesn't really answer it …

ios objective-c afnetworking-2