Tagged Questions

5
votes
1answer
320 views

Custom scheme in SMS text

I've implemented a custom url scheme. It works fine if I use the scheme in an tag in html, but I want to send it in a text/plain SMS message. The scheme does not get parsed by any of the standard ...
3
votes
2answers
806 views

Launch iPhone app from link in email

I've been trying out the URL schemes in the iPhone SDK and I have got my application to launch using a custom URL scheme like "myap://Dosomething" but that is not really practical for what I want. Is ...
2
votes
2answers
91 views

Should I store the connection scheme for an OpenID?

Should I store the connection scheme, http or https, for an OpenID when someone logs in into my web site? Or just what comes afterward: http://pupeno.com or pupeno.com?
1
vote
2answers
530 views

iphone: launch app with youtube url?

I want to register a custom URL scheme that will enable my app to be launched whenever the user goes to a youtube url (http://www.youtube.com/watch?v=VIDEO_IDENTIFIER) in the browser. Is this ...
0
votes
0answers
205 views

temporarily registering a local URL scheme for the system browser

I wonder if (and on what systems) and how it is possible to temporarily register an URL scheme in the default browser. Background: I am writing a desktop application which uses OAuth for ...