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


I found that some apps can open files with other apps on iOS. Such as open an avi file with other video player.

How can I do this? Will copy the iOS file into another app's sandbox?

I suggest reading this first answer;



Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -