Slavik
Slavik

Reputation: 1083

How to open file's under my app's document folder with other app on ios?

I found some app could open files with other app on ios. Such as open an avi file with other video player.

How can I do this? Will ios copy the file to the sandbox of other app?

Upvotes: 1

Views: 8744

Answers (2)

Parth Bhatt
Parth Bhatt

Reputation: 19479

An iPhone app is not allow to modify or access anything outside its sandbox.

And even if you access it by some means, your app will not be approved by Apple.

Also it won't work if your device is not jailbroken.

You can refer to this link and decide what you want to do.

http://blogs.oreilly.com/iphone/2008/09/sandbox-think-like-apple.html

Hope this helps you. :)

Upvotes: 1

Roger
Roger

Reputation: 15813

I'd suggest reading this earlier answer and responses;

how-do-i-associate-file-types-with-an-iphone-application

Upvotes: 3

Related Questions