how can I share some data (e.g. PDF or image) from my iOS application to other apps. I mean how to invoke the modal screen when user can choose the proper app to share my data with? I cannot find any API but I am pretty sure that it exists. Thanks.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
Use UIDocumentInteractionController:
Then present it
|
|||
|
|
|
Communication between apps provides your application with an opportunity to take advantage of other application’s functionality, send and receive data between apps, and provide a rich user experience that “just works”. Check This Tutorial iOS SDK: Working with URL Schemes May be helpful for you. |
|||
|
|