AFNetworking is a networking library for iOS and macOS available on GitHub and CocoaPods.
My app simply connects to a web server on a home device and reads some html. It works fine when …
ssl https ios8 afnetworking self-signedI'm new to objective-c and i'm having a hard time with a AFNetworking. So the thing is that i want …
ios objective-c afnetworking rubymotionI implemented a POST request with Alamofire with a custom header, because we work with OAuth2 and we have to …
swift post header afnetworking alamofireI am using AFHTTPRequestOperationManager (2.0 AFNetworking library) for a REST POST request. But the manager only have the call to set …
ios iphone objective-c ipad afnetworkingWe have an iOS app that connects to our server through HTTPS. When the app is built with the new …
ios iphone afnetworking ios9 app-transport-securityI am getting following the json response from a web-service api. I want to extract product data from the json. …
ios json afnetworkingHi, I have the following code accessing a URL: NSString * stringURL = [NSString stringWithFormat:@"%@/%@/someAPI", kSERVICE_URL, kSERVICE_VERSION]; NSURLRequest * request = […
ios objective-c json afnetworking nsurlrequestI am doing a service in our customer company. And I try to get some information from their server by …
iphone error-code afnetworkingI'm getting this response in error.userInfo while making a POST request from AFNetworking. Can anyone tell either I'm missing …
ios afnetworkingI have a situation where I need to access the raw response data for an AFJSONRequestOperation, from within the callback …
ios afnetworking afjsonrequestoperation nshttpurlresponse