afjsonrequestoperation Questions
3
Solved
How to get the response data out of the NSHTTPURLResponse in the callback of AFJSONRequestOperation?
I have a situation where I need to access the raw response data for an AFJSONRequestOperation, from within the callback block which includes only NSHTTPURLResponse. I am able to get the statusCode ...
Helga asked 16/5, 2012 at 22:46
5
Solved
I'm attempting to make an iphone app that will interact with a particular JIRA server. I've got the following code to log in:
NSURL *url = [[NSURL alloc] initWithString:@"https://mycompany.atlassi...
Hem asked 23/1, 2014 at 22:51
2
Solved
I am making a basic iPhone app with HTML Requests, by following this tutorial.
The tutorial has me using AFJSONRequestOperation in AFNetworking. The trouble is, I'm using AFNetworking version 2, w...
Christophany asked 22/1, 2014 at 21:18
1
© 2022 - 2024 — McMap. All rights reserved.