Top "Afnetworking-2" questions

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

AFNetworking 2.0 and HTTP Basic Authentication

Can't find AFHTTPClient on AFNetworking 2.0, to use: AFHTTPClient *client = [AFHTTPClient clientWithBaseURL:[NSURL URLWithString:@"http://examplewebsite.com]]; [client setAuthorizationHeaderWithUsername:@"username" password:@"…

ios7 http-authentication afnetworking-2
How can I log each request/response using Alamofire?

Is there a way to log each request / response using Alamofire (something similar to AFNetworkActivityLogger) ? I am aware of Printable, …

ios debugging afnetworking-2 alamofire
convert NSTaggedPointerString to NSString

I had called an interface of Baidu to check id Number, however the value of Sex returned with sex = M, …

objective-c json afnetworking-2
How to get download progress in AFNetworking 2.0?

I am using AFURLSessionManager to create a new download task: AFURLSessionManager* manager = ... NSProgress* p = nil; NSURLSessionDownloadTask* downloadTask = [manager downloadTaskWithRequest:request …

ios objective-c afnetworking-2
Setting up reachability with AFNetworking 2.0

I am trying to setup Reachability using the new 2.0 AFNetworking. In my AppDelegate I initialise the sharedManager. // Instantiate Shared Manager […

ios ios6 afnetworking reachability afnetworking-2
iOS Image upload via AFNetworking 2.0

I've been looking examples for the new AFNetworking 2.0 to upload images. But I'm hitting wall and couldn't figure out what's …

afnetworking afnetworking-2
AFNetworking and background transfers

I'm a bit confuse of how to take advantage of the new iOS 7 NSURLSession background transfers features and AFNetworking (versions 2 …

ios objective-c afnetworking afnetworking-2
AFHTTPSessionManager add body to POST

I need too make a post request to my server. With AFHTTPRequestOperation is very simple just use: [request setHTTPBody: [requestBody …

ios ios7 afnetworking-2
How to do GET request via AFNetworking?

I added directories AFNetworking and UIKit+AFNetworking to project manager. I use latest library 3.0.4 After I imported file AFNetworking.h …

ios afnetworking-2 afnetworking-3
AFNetworking 2: How to cancel a AFHTTPRequestOperationManager request?

I migrated my networking functionality from AFNetworking to AFNetworking v2 and instead of AFHttpClient I am using AFHTTPRequestOperationManager to support …

afnetworking-2