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?