I need to create an app that plays a video on the iPad. Is there a way that I can put an FLV (or any other files for that matter)on the iPad simulator so that I can test the app that will open the video file?
Thanks,
Mike
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Sure. Look under
~/Library/Application Support/iPhone Simulatorfor the file system of the simulator. Look under Applications. One of the UUIDs will be your app, and you’ll find its Documents folder, etc in there.(The poor man’s way of doing this for testing is of course by just sticking it in your Xcode project and loading it from the bundle.)