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:

  1. My app creates its own file type, it is a zip file whose name has been changed AnyName.myApp
  2. < Li> I need this app to allow the user to match this file to another person who uses my app.
  3. 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

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -