Reputation:
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?
Upvotes: 2
Views: 573
Reputation: 649
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>
Upvotes: 1