Search code examples
androidflutterfirebase-dynamic-linkshuawei-mobile-servicesbranch.io

Branch IO Huawei Integration


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


Solution

  • 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.