I have a website that can launch my iOS application using a custom url:

window.location.href = 'myapp:run';

This works fine, and my app launches to the front. But, when the same website is pinned to the Home Screen as a website, the button above doesn't function. Instead I get an error in a popup alert:

MyApp can't be opened. The URL can't be shown.

Is this not allowed by Apple? Or is there a special way to launch my app?

link|improve this question

67% accept rate
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.