GoodBarber's Online Help
Launch the native apps when clicking a link from outside the app
Example: I share a product from my app on Facebook or Twitter or via email. Final users click the link to your product from Facebook or Twitter or their email:
- If they have installed the native app on their device, the native app will be launched on the right product page.
- If not, the PWA will be launched on the right product page.
iOS - Universal Links
Universal links is Apple’s method of launching apps on iOS when linked from a website.
Universal links are available in iOS 9 and above.
Universal links are standard web links (ex: https://www.mydomain.com) that point to both a specific PWA page and native app page.
When a Universal Link is set, iOS checks to see if any installed device is registered for that domain.
If so, the native app is launched immediately without loading the PWA page.
If not, your PWA is launched on the specific web URL.
Set Universal link - iOS
In all 2 cases described below, in order to activate Universal links, it is mandatory first to:
- Install a domain name on your app.
- Publish your PWA .
- New apps - First publication on the App Store
- GoodBarber Takes Care process - Apps already published on the App store:
App Link - Android
Google built App links as the Android equivalent to iOS Universal links, and they operate in a very similar way: a standard web link that points to both a web page and a native app page.
If the Android native app is installed on the device, when clicking that link, it will open the native app.
If not, your PWA is launched on the specific web URL.
Set App link - Android
1. Install a domain name on your app
2. Publish your PWA
3. Build (first submission) or rebuild your app Android
4. Submit the latest Android version to the Play Store