Avatar

Community Advisor

Hi @priyal_b ,

 

The challenge is that the link to your app is going to be different based on which mobile platform the user has. So in the perfect scenario, you want to change the link (and maybe the content) dynamically based on whether the user is on iOS, Android or Desktop.

For example, this code would open twitter profile in the Twitter app (if you have it installed) from an email:

<a href="twitter://user?screen_name=twitter_username">follow me</a> 

 

You may check this page: https://trendlineinteractive.com/launching-ios-apps-from-an-email-newsletter/

Another thing is what will happen if customer does not have installed targeted app (prefered redirect to app store).

 

Regards,

Milan

 

Regards,

Milan