Similar to the android-app deeplink meta tag (#2568463: Add the android-app:// meta tag), add the ios-app link tag that follows the following format:
<link rel="alternative" href="ios-app://{itunes_id}/{scheme}/{host_path}" />
An example would be:
<link rel="alternative" href="ios-app://123456/example/hello-screen" />
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | metatag-n2569093-2.patch | 2.82 KB | damienmckenna |
Comments
Comment #2
damienmckennaThis adds the new meta tag.
Comment #3
damienmckennaCommitted.