Mobile Deep Linking - how to redirect users with no app to Google Play Store / Apple Store

Piotr H
Tera Contributor

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.

6 REPLIES 6

@bineetchaubey Were you able find the fix for it. I am having the similar requirement to redirect to App store if app is not installed. Thank you!