ipad - iphone - launching an app and loading a file -
I have created my own URL scheme
As far as I understand, now I can have a link to an email,
myApp: // ....
and my app will start.
But I need this:
- My app creates its own file type, it is a zip file whose name has been changed AnyName.myApp < Li> I need this app to allow the user to match this file to another person who uses my app.
- Tap this person on the attachment and open the attachment with my app.
How can I do this?
Can you tell me in the right direction or give me some code
See for details.
Comments
Post a Comment