开发者

Can I put files on the iPad simulator? [duplicate]

开发者 https://www.devze.com 2023-01-08 18:51 出处:网络
This question already has an answer here: iOS 4.2 simulator files? (1 answer) Closed 9 years ago. I need to create开发者_JAVA百科 an app that plays a video on the iPad.Is there a way that
This question already has an answer here: iOS 4.2 simulator files? (1 answer) Closed 9 years ago.

I need to create开发者_JAVA百科 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


Sure. Look under ~/Library/Application Support/iPhone Simulator for 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.)

0

精彩评论

暂无评论...
验证码 换一张
取 消