I am creating an app where it is a requirement to save a pdf with some info the user has put in, so the user can later on retreive this PDF and save it locally outside of the iPad.
The problem is that I cant figure out where the user will be able to find the saved PDF once it is connected to either a PC or a Mac. When running on the emulator I am able to see the PDF fine, but not when working on an actual device – so this basicly means that clearly the PDF is being saved correctly but it just wont show up in explore/itunes/whatever.
I would very much appriciate any input or ideas on what I could do. If I need to clarify the problem more let me know.
Thanks
~Rasmus
You’ll want to explore enabling iTunes file sharing in your app. Here’s one blog post that explains some of the steps: http://www.raywenderlich.com/1948/how-integrate-itunes-file-sharing-with-your-ios-app .