3

i have an app integranted with firebase services, including Dynamic links

Now i have made the integration with huawei and already published in app Gallery, but now i have troubles with deep links

I have tried things like use deeplink of huawei inside deeplink of firebase and vice versa, but did't work

Now i'm trying Branch.io and works for playstore and App Store, but i can't figure out how to make work with huawei gallery

I read this answer, and i guess is not possible wat i want, i'll be grateful for any helpful answers

Jonathan Ixcayau
  • 567
  • 3
  • 14

1 Answers1

1

You may can use this.

enter image description here

After you set an AppGallery link:

1 If an Android user has installed AppGallery, the user will be redirected to the AppGallery link preferentially.

2 If an Android user has not installed AppGallery, the user will be redirected to the link for other Android users preferentially.

  • If you do not set an AppGallery link, the user will be redirected to the link for other Android users preferentially.

  • If you do not set an AppGallery link or the link for other Android users, the user will be redirected to the default link.

For more details, pls kindly refer to this Docs.

zhangxaochen
  • 32,744
  • 15
  • 77
  • 108
  • Thanks for your answer I have read de docs, but app linking only works in android with huawei services, and also y have an api rest to create the deep link, and app linking is not supported for Node js or something similar – Jonathan Ixcayau Aug 17 '21 at 03:06
  • hi@Jonathan Ixcayau, App Linking does not depend on Huawei services and can be used on non-Huawei devices and iOS devices. – zhangxaochen Aug 17 '21 at 04:15
  • And REST APIs for App Linking are under development and are planned to be released at the end of September. – zhangxaochen Aug 17 '21 at 04:16
  • 1
    Thank you for your answer, i have been trying app linking and it really works <3 – Jonathan Ixcayau Aug 22 '21 at 20:07
  • 1
    Hi Shirley, could you give me more information about the release date? – Jonathan Ixcayau Sep 10 '21 at 22:11
  • 1
    hi@Jonathan Ixcayau, According to the team, it is planned to be released at the end of September. Please follow the official website for the specific release date. – zhangxaochen Sep 13 '21 at 02:14