AFNetworking 2.0 is a networking library for iOS 6+ and Mac OS X 10.
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 cfnetworkI'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-2I'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-2I 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-2How can I get the progress of an AFHTTPRequest? I've tried searching all over the net. I am using: AFHTTPRequestOperationManager *…
ios objective-c afnetworking-2our iOS app recently got rejected by Apple because it was not able to establish a valid connection to our …
ios swift afnetworking afnetworking-2I 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