2

I want to open a link in the Huawei browser, and then automatically jump to the AppGallery where my app is located.How to achieve this?

1 Answers1

1

General:

market://details?id={packageName}

for example,

<a href="market://details?id=com.tencent.mobileqq">Jump</a>

Huawei:

hiapplink://com.huawei.appmarket?appId={appId}

for example, <a href="hiapplink://com.huawei.appmarket?appId=C9319">Jump</a>

skylinnn
  • 629
  • 1
  • 4
  • 6