简体   繁体   中英

Universal URL for deep linking process | Android | iOs | Web

I have a problem related to the deep linking process. I need to create a Universal URL and send it to the end users on their email address that should fulfill the following conditions.

  1. If the email is open in an android phone then that link should open my app(with custom data) otherwise redirect to Play Store for installing my application.
  2. If the email is open in an iOs phone then that link should open my app(with custom data) otherwise redirect to Apple iTunes Store for installing my application.
  3. If the email is open in Web (Desktop browser) then that link should open my website with(a specific URL).

您可以为此使用Firebase动态链接,请参阅: Firebase动态链接

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM