Mobile Deep Linking - how to redirect users with no app to Google Play Store / Apple Store
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2022 11:50 PM
Hi,
I managed to configure a deeplink generator for the desired applet/record.
var deepLinkGenerator = new global.MobileDeepLinkGenerator("agent");
var link = deepLinkGenerator.getFormScreenLink(appletID, current.getTableName(), current.getValue("sys_id"));
This works fine. If a user has the Agent app installed, it will open the specified applet screen.
However, if a user doesn't have the app - it will open a browser and the mobile version of the instance with "The page you are looking for could not be found" blank page.
How can this be changed to instead, if the user doesn't have the app, redirect him to the app store? Or change the look of that blank page.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2023 07:50 PM
Have you found an answer to this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2023 12:43 AM
@David Ha appreciate any assistance on this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2024 12:16 PM
A Deep Link is a type of link that can open a native app and navigate to a screen in the mobile application. If the app is not installed, the deep link will fail as the app must be installed for deep links to work
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2024 09:05 AM
Hi @Ashwanth Parine ,
there is an option available in configuration for redirection, yet it is not working when app is not installed in mobile while it is working fine when app is installed in mobile.
it is showing page not found error when app is not installed in mobile .
Please suggest me where I am doing mistake.