Tags

Posté le 1 juillet 2010 à 14h30

[Tutorial] Lancer son application iPhone & iPad à partir d’une URL

xcode [Tutorial] Lancer son application iPhone & iPad à partir d’une URL

As an iPhone developer, one of the simplest and easiest mechanisms you have to interact with other applications is through the use of iPhone URL Schemes. These are so important that I’ve created a wiki page where I keep track of those I come across, including code samples that help me exchange data with them.
However, not all editors document the URL schemes they support in their apps, and this blocks reuse and collaboration. I recently came into such a problem, trying to use TwitterFon from my own apps, to post messages to Twitter. The TwitterFon site only specifies the following iPhone URL scheme:

twitterfon:///post?this%20is%20a%20test

[...]

Le tutorial ici : Open Kosmaczewski – Discovering a Hidden iPhone URL Scheme.

2 commentaires pour “[Tutorial] Lancer son application iPhone & iPad à partir d’une URL”

  1. AdrianNo Gravatar le 4 juillet 2010 à 12 h 18 :

    Merci pour le lien!

  2. Romain BoulayNo Gravatar le 4 juillet 2010 à 23 h 40 :

    Avec plaisir !
    Bon courage

Votre commentaire