不同点 | DeepLink | AppLink |
---|---|---|
Intent scheme | 任意 | 要求http或https |
Intent action | 任意Action | 要求配置andorid.intent.action.VIEW |
Intent category | 任意Category | 要求配置android.intent.category.BROWSABLE和android.intent.category.DEFAULT |
链接认证 | 无需验证 | 要求进行Digital Asset Links文件验证 |
用户体验 | 可能展示一个多选项弹窗或确认弹窗,用户需要二次选择或确认 | 无弹窗,直接由App处理链接 |
兼容性 | 所有版本 | Android6.0及以上版本 |
原文:https://www.cnblogs.com/yc211/p/12012859.html