I'm developing an iPhone app, and during this development process I'd like to see exactly what files are stored in my application bundle. It's pretty easy to do on the simulator - navigate to ~/Library/Application Support/iPhone Simulator/... and find the files.
I'd like to do the same on the iPhone (for example, I'd like to see the actual .jpg files I'm capturing with my app using the camera on the phone; I have to fake this on the simulator). Any thoughts on how to do this?
Another question is how can I enable my app to work with iTunes so I can upload/download files that way?
Pointers to documentation works for me - I don't need you to write code for me (if you want to, that another thing...), but I have no idea where to even begin on either of these.
Thanks!
Ron C
I'd like to do the same on the iPhone (for example, I'd like to see the actual .jpg files I'm capturing with my app using the camera on the phone; I have to fake this on the simulator). Any thoughts on how to do this?
Another question is how can I enable my app to work with iTunes so I can upload/download files that way?
Pointers to documentation works for me - I don't need you to write code for me (if you want to, that another thing...), but I have no idea where to even begin on either of these.
Thanks!
Ron C