Skip to content Skip to sidebar Skip to footer

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 : Any Idea?

Solution 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.

Post a Comment for "Android Instant App - Complete The Association Does Not Verified"