AFNetworking is a networking library for iOS and Mac OS X.

learn more… | top users | synonyms

0
votes
1answer
34 views

3 Requests per object with AFIncrementalStore using NSFetchedResultsController

I have everything setup with AFIncrementalStore to use Parse as a backend service. Using such a service makes counting API requests important as if I exceed 1MM requests/month (though a successful ...
-1
votes
2answers
58 views

Using AFNetworking with authentication fails with correct credentials

I'm trying to download a .sqlite file from my companies FTP site using AFNetworking. Each FTP user has their own folder on my server. I found this question to handle the authentication, and this ...
1
vote
1answer
35 views

AFIncrementalStore Unrecognized selector -[NSNull length] error

I'm trying to add AFIncrementalStore to an existing Core Data app with lots of data already in the database. I thought I'd added everything necessary, then I fire up the app, and during the initial ...
4
votes
1answer
31 views

Couldn't download from url in my app with AFNetwotking

Im noob in AFNetworking and I learning it now. I want download file from url and save in my app (Document Folder) but it dosen't work.I have one button that when click it start download. this is my ...
0
votes
1answer
62 views

AFNetworking Enable GZIP

I am looking on the AFNetworking site that GZIP compression is supported " Gzip decompression from server responses is already built into AFNetworking, as NSURLConnection will automatically ...
-1
votes
0answers
44 views

AFNetworking deep JSON parsing

I have seen many questions on how to parse JSON in AFNetworking. I have no problem using ADJSONRequestOperation to do very simple operations, but cannot seem to figure out how to parse a deeper json ...
0
votes
1answer
18 views

How to remove the message “Changes not staged for commit:” for submodule

We used the AFNetworking as the sub module via git-submodule command. After updated in one branch, we always got the message once switching branches. Changes not staged for commit: What is the ...
0
votes
0answers
10 views

Saving AFOAuth1Client AFOAuth1Token to make requests later

I am using AFOAuth1Client, I can successfully login and get the AFOAuth1Token returned to me, what where do I go from there? I realize that I could use the getPath: method once I get the ...
0
votes
0answers
27 views

Is there a networking framework that automatically resumes interrupted downloads?

Example: User begins download of huge 100 MB file. Then internet gets interrupted or user quits app. User starts app or internet works again. Is there a networking framework which will resume ...
1
vote
2answers
61 views

I get error when use AFNetworking in xcode for download file

I create one application that has one page and in this page exist one button that downloaded file when click on. I can download file with AFNetworking but in my has error .... this is my code : - ...
-2
votes
0answers
78 views

AFNetworking Example for Username/Password Authentication? [closed]

For the last few hours I keep going back and forth between ASIHTTPRequest and AFNetworking and I just can't seem to figure them out. I would use ASIHTTPRequest (their authentication tab in the ...
0
votes
2answers
60 views

how to download file with AFNetworking and store in document folder

I want create one application that download any file from internet and store in document folder. I searching in google and this site and I understand to use AFNetworking is better. in this framework I ...
-2
votes
3answers
53 views

How to Parse this Data [closed]

I am new to iphone can not understand how to parse this data so that, i will display the result in table view. Following data is result of AFHTTPRequestOperation when i call api of megento. { ...
0
votes
1answer
55 views

iOS: Scraping Data from a Site Requiring Authentication?

I want to scrape data off a site that requires authentication. However, even though I've come across many tutorials regarding scraping, I can't seem to find one that also mentions logging in. I know ...
0
votes
1answer
86 views

AFHTTPClient.h File Not Found

I have no idea why this is happening. I've installed AFNetworking in my project via a Podfile. Here's the current entry: pod 'AFNetworking', '~> 1.2' However when I call: #import ...
0
votes
0answers
14 views

request of a suggestion about how to manage a buffer of images in iOS

I'm developing an app that downloads photos from Instagram and shows them one at a time. I'm using the AFNetworking library and I'm populating a buffer of 5 images using the ...
0
votes
0answers
21 views

AFNetworking not getting response from Node server

I have an iOS app that uses RESTKIT and AFNetworking. I also have a backend written in NodeJS. While testing, sometimes some API call will timeout, even though the when I check the server log, it ...
0
votes
2answers
91 views

AFNetworing - setImageWithURLRequest not working

I want to set tableview cell images in one of my apps. I use AFNetworking (1.2.1) and I do it with setImageWithURLRequest. My code in which I set images looks like this: if (user.avatar) { ...
0
votes
1answer
46 views

AFNetworking — get redirect URL

Use a AFNetworking against a REST API. POST to resources/ Server responds with 303 -> see resources/3928.json The the server is giving information here: the id 3928 has been assigned to your ...
0
votes
0answers
66 views

Is this the right way of using NSOperation (AFXMLRequestOperation)?

In my app I have a series of background tasks to be performed one after the other (say tasks : A, B and C). Each of these tasks talk to different web services (XML). I am using AFXMLRequestOperation ...
0
votes
1answer
72 views

AFNetworking XMLResponse body is HTML encoded and impossible to parse

The API I am trying to use is returning garbled XML when I retrieve it. Here's the basic code to post the auth params to the endpoint. [[APIManager sharedManager] postPath:@"Authenticate" ...
1
vote
4answers
67 views

About asynchronous connection in AFNetworking : how to add the response data to NSMutable Array

im a noob and this is my first post here. I tried to load images from URL and assign it to some NSMutableArray or UIImage variable, but it failed. I knew that asynchronous things in AFNetworking has ...
0
votes
1answer
40 views

Trying to use native iOS code for connecting to .NET web service

I have just gone through a tutorial to connect to a .NET web service from iOS using the library AFNetworking (http://afnetworking.com/). My code works fine, however, I am wondering how I can achieve ...
0
votes
0answers
21 views

Getting TimeOut exception while downloading with AFNetworking

I want to download more than 5 video files from Amazon S3 servers to the iPad. Until 5 files, it works well. But if I have 7 files to download, the last 2 files give "The request timed out." Here ...
2
votes
0answers
101 views

validate self signed certificate wit AFNetworking

I want to connect my iOS App with AFNetwork to my webserver with a self-signed certificate. I found a solution on github (https://github.com/AFNetworking/AFNetworking/pull/694) I tried it out and the ...
-2
votes
0answers
14 views

AFNetworking JSON array to php [duplicate]

I have created a json array as JSON ( { step1 = ( { key1 = value1; }, { key2 = ...
0
votes
0answers
101 views

AFNetworking post JSON string

I was trying to post JSON string to php. I have created JSON as NSMutableArray *arr = [[NSMutableArray alloc] init]; [arr addObject:@{@"step1":[[NSArray alloc] ...
1
vote
1answer
113 views

Asynchronous Image loading from JSON in iOS

I have been trying to make images load from a JSON feed asynchronously, using AFNetworking. However every example with that library, or any others, seems to only load the images asynchronously, but ...
0
votes
1answer
39 views

Interrupt executing AFHTTPRequestOperation

How can I interrupt executing AFHTTPRequestOperation? Is this even possible if HTTP request is already started but no yet finished?
0
votes
1answer
53 views

403 Error with WiFi Hotspots

I have an iOS app that connects to a Django server via XMLRPC (the protocol doesn't really matter). Authentication is persisted with standard cookies and is transparently handled by AFNetworking via ...
0
votes
2answers
69 views

Get download progress from different ViewController

I have a VideoListController. It has list of videos with download button. When I press the download button, the control is transferred to DetailViewController. In DetailViewController, I am using ...
0
votes
1answer
48 views

How to handle https for iOS client

We know that https is different with http by encrypting the content over http tunnel, simply speaking. For the web browser, since user accept the permission from the popup alter dialog, the browser ...
0
votes
2answers
40 views

MBProgressHud not showing when network activity indicator is showing

I am using a table view and trying to show MBProgressHud for cell selections that take a long time to present a modal (2.5 seconds). Here is how I am starting MBProgressHud: - (void)showProgressHud ...
0
votes
1answer
73 views

AFNetworking and setting up request queue

I'm making a AFRequestionOperation call: - (id)init { if (self = [super init]) { // Other code AFHTTPClient *client = [[AFHTTPClient alloc] init]; [client ...
1
vote
1answer
50 views

AFNetworking NSThread

I'm researching AFNetworking and noticed that it creates it's own NSThread. As far as I know apple discourages using NSThread now. Is this acceptable practice for AFNetworking to create is's own ...
0
votes
0answers
49 views

Photos Being Returned Randomly From AFImageRequestOperation

In the following code snippet I am authenticating with a web service and retrieving very tiny photos (filesize < 50kb) into core data. This works relatively ok but randomly it doesn't return any ...
0
votes
0answers
24 views

AFNetworking does not connect on deploy

I am using drupal-ios-sdk that is based on AFNetworking. The following block is failing when I try to deployment to device: [DIOSView viewGet:viewData success:^(AFHTTPRequestOperation *operation, id ...
0
votes
2answers
73 views

AFNetworking, callback when finished request?

I wonder if it's possible to get a callback when AFNetworkingfinished a request? I'm making an app in which I have a edge case, all downloaded items is checked is_deleted (and should not be displayed ...
0
votes
2answers
71 views

AFNetworking simple HTTP request

I am using AFNetworking in my project and I simply need to check if a URL is successful (status 2xx). I tried NSURLRequest *request = [NSURLRequest requestWithURL:url2check]; AFJSONRequestOperation ...
1
vote
0answers
73 views

Issue with setting an image on a UITableCellView (using AFNetworking) just before reloading a UITableView

In my app I populate a UITableView with entities from CoreData and right after than make a server request to check if there are new entities (which are added to the table view with reloadData). In ...
0
votes
3answers
70 views

How to check if sim card is installed or not

I am developing an app which has call and message functionality , i want to check if sim card is installed or not coz i am facing problem with messaging as it gives alerts for " Message Sent ...
0
votes
2answers
75 views

AFNetworking : the current deployment target does not support automated _weak references

I'm using XCode 4.6.2 and also I'm new to iOS development. I'm trying to install the the AFNetworking library, but I get the following error when I'm trying to use it : "The current deployment target ...
0
votes
1answer
41 views

AFJsonRequest and Unit-Testing needs for synchronous request,

I'm trying to do some unit-testing on my code. I'm facing an issue, unit-testing fonctions aren't waiting for the asynchronous request to be finished. I'd like to wait for it only if i'm testing it, ...
1
vote
1answer
122 views

AFNetworking setAuthenticationChallengeBlock

My server requires a client certifiacte, after some time searching and reading examples in AFNetworking docs I tried to set setAuthenticationChallengeBlock and provide a client certificate. In ...
-1
votes
2answers
27 views

AFNetworking block and feed

Okay I have another question, tonight, using AFNetworking, i parse my JSON Stream, an add object an MutableArray, when i insert try to print the array outside of the success block, it says null, but ...
0
votes
0answers
42 views

File download fails with AFNetworking and other frameworks. wifi goes to sleep automatically - objective c

I'm downloading files with AFNetworking framework. File downloads well in foreground mode. But when I put my app to background, WiFi goes to sleep automatically after 10 minutes, by iOS, and my ...
0
votes
2answers
84 views

AFNetworking downloading custom file

I'm trying to download a custom file type from my server using AFNetworking - for some reason, it's saying it successfully downloaded the file, but it seems like the result is corrupt. This is what I ...
1
vote
1answer
93 views

How to dynamically display parsed contents of XML on UITableView using RaptureXML and AFNetworking?

I'm using RaptureXML and the wrapper AFRaptureXMLRequestOperation that integrates AFNetworking and RaptureXML. The code below is working fine. All is well downloading, parsing and displaying the ...
0
votes
0answers
35 views

Searching and Address on Google Using AFNetworking

I've been trying to search an address on google and return the Latitude and Longitude of that address. I'm almost there =D The problem is.. I get a giant json back and I'm not sure how to get only ...
0
votes
0answers
24 views

How do I make AFHTTP request wait for operation

At this moment I have a method that calls for the download of data from the web using AFHTTPRequestOperation like so: - (void)downloadDataForRegisteredObjects:(BOOL)useUpdatedAtDate { ...

1 2 3 4 5 20