I'm trying to publish an Instant app but got this error on review and release page.
Your Instant App APKs contain the domain 'xxx.xxx.com' that is already in use by another app.
If I remove the intent-filter
that contains the domain, then this error will go away. So looks like it's the only issue in my app bundle.
However, that domain is not used by any other app. Also, I set up the assetlink.json file correctly, as I'm able to pass the test in App Links Assistant.
What are the other possibilities that Google may report this error to me?