48
Views
1
Comments
Open mobile app screen from email link - for forgot password
Question
Application Type
Mobile

Hi, 

How to open a screen in mobile from mail. I'm not able to use deep link component. 

tried with appidentifier://module/screenname - it's working browser to App screen but not working with Email to App screen.


Thanks 

Saravana

2018-01-05 02-53-30
Grayson Udstrand

What is the email client you are using and what is the mobile platform? It has been a long time since I worked with deeplinks but I think the generally preferred method for deeplinking is to use a service for it. The reason is the deeplink method is different between mobile platforms (iOS, Android) and Web (which you need to account for since the email can just as easily be opened on a desktop).

If you're just doing some basic testing, I recommend you make sure the deeplink protocol you're using is the correct one for your mobile platform. If this is going to be a production feature, take a look at either (1) implementing your own deeplink service or (2) using a pre-built deeplink service. 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.