Android Instant App - Complete the Association does not verified

家住魔仙堡 提交于 2019-12-11 06:11:59

问题


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 :

Any Idea?


回答1:


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. That's why you are getting the top 3 errors.

Just made the feature module application module again and you will start seeing 4 correct checks instead of 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. I did the same and was able to upload my instant app on play store.



来源:https://stackoverflow.com/questions/44553248/android-instant-app-complete-the-association-does-not-verified

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!