Android Instant App - Complete the Association doe

2019-07-31 09:58发布

问题:

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.