其他分享
首页 > 其他分享> > Android深层链接安装

Android深层链接安装

作者:互联网

Google最近在Google搜索中实施了feature,允许用户动态安装您的应用,如果可以在您的应用中打开结果.

有没有办法检测这是你的应用程序是如何打开的?从Google搜索安装并深度链接?

解决方法:

您可以在“活动”中查询Intent额外的android.intent.extra.REFERRER_NAME,以检查您的应用是否与Google搜索进行了深层链接.

From the documentation

The value of the extra will have one of the following formats,
depending on the type of referrer:

App referrer — “android-app://{package_id}/{scheme}/{host_path}”

Web referrer — “https://{host_path}”

标签:android,deep-linking,android-app-indexing
来源: https://codeday.me/bug/20190519/1137690.html