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