简体   繁体   English

Android即时应用 - 完成协会未经验证

[英]Android Instant App - Complete the Association does not verified

Even if I uploaded the assetlinks.json file to my server, I give this error and can not upload my feature APK to Play Store : 即使我将assetlinks.json文件上传到我的服务器,我也会出现此错误,无法将我的功能APK上传到Play商店:

在此输入图像描述

Any Idea? 任何想法?

What's happening is as soon as you change your application module to a feature module with baseFeature true it is treated as a library. 发生的事情是,只要将应用程序模块更改为具有baseFeature的功能模块,就会将其视为库。 That's why you are getting the top 3 errors. 这就是为什么你得到前3个错误。

Just made the feature module application module again and you will start seeing 4 correct checks instead of 1. 刚刚再次制作了功能模块应用程序模块,您将开始看到4个正确的检查而不是1。

As far as I know, the solution to this problem is that you should add links manually in the intent-filter, don't use the Apps Links Assistant. 据我所知,此问题的解决方案是您应该在intent-filter中手动添加链接,不要使用Apps Links Assistant。 I did the same and was able to upload my instant app on play store. 我做了同样的事情,并且能够在Play商店上传我的即时应用程序。

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

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