简体   繁体   English

Android应用深度链接无效

[英]Android app deep linking is not working

I have created an android application for contact management. 我创建了一个用于联系人管理的android应用程序。

You can find link for android app here 你可以在这里找到Android app的链接

Added deep link feature for url: http://www.vcontact.in 为网址添加了深层链接功能: http//www.vcontact.in

It is working correctly for http://www.vcontact.in 它适用于http://www.vcontact.in

It is not working for http://vcontact.in 它不适用于http://vcontact.in

Any help on this 对此有任何帮助

I guess you need to add 我想你需要补充一下

<data android:host="vcontact.in" android:scheme="http" />

to your intent filter for the Activity handling the deep link as it is a different host? 处理深层链接的Activity的意图过滤器,因为它是一个不同的主机?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM