我在oppostore,vivostore,xiaomistore,samsungstore,9apps,huaweistore和playstore中上传了apk。更新后,我希望重定向用户存储他们使用的存储。例如:如果他们从huaweistore安装,我想将用户重定向到huaweistore。我找到了到Playstore和Samsung商店的Deeplink,但是对于其他商店,到目前为止我还没有找到它。您知道与这些商店的深层链接吗?
我可以开商店,但不能使用Deeplink。因此,它是开放用户的浏览器
这是我现在使用的内容: 为了更新三星商店中的应用,我使用了
startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("samsungapps://ProductDetail/<my-package-name>")));
要打开Playstore,我使用了
startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("market://details?id=<my-package-name>")));
对于其他商店,因为我不知道深层链接,所以我使用它(打开浏览器)
startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse("https:...<link to the app>")));
我希望重定向用户存储他们使用的存储。如果您知道该深层链接,则对这些商店(oppostore,vivostore,xiaomistore,9apps,huaweistore)的一个或所有深层链接真的很合适,如果您发表评论并告诉我。真的会对我有帮助。谢谢
答案 0 :(得分:-1)
以下是华为应用程序库的深层链接:appmarket://details?id=(your package name)