Re: XCode iPhone Simulator related question
Re: XCode iPhone Simulator related question
- Subject: Re: XCode iPhone Simulator related question
- From: Brian Stern <email@hidden>
- Date: Wed, 5 Nov 2008 20:50:42 -0500
Two things you should know.
Yes, if your write a file to the app's Documents folder on the Sim that folder is inside Library/App suppert/ etc.
NSURLDownload isn't supported on iPhone OS. Use NSURLConnection.
OK, three things.
The iPhone discussion is here:
Brian
On Nov 5, 2008, at 8:01 PM, Stéphane Renou wrote: Hi, I'm currently developing a new App for the iPhone and I'm struggling on the iPhone simulator. My pb is simple, I've written everything for my app to work, so I'm trying to test one of the functions of it which is retrieving data from the web (through a NSURLDownload to a predetermined location) and I get nothing. The step by step debugging shows that the app is going through the delegate method (void)downloadDidFinish, but the file is not created on the /Users/.../library/Application Support/iPhoneSimulator/.../.../.../Documents folder on my Mac. Is this the normal behavior to expect from the Simulator? or am I missing something? Thanks for your replies, Stephane.
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden