I am trying App Linking from URL in Android , that is opening app directly when clicking a respective link without showing suggestions from intent chooser (app not yet live in play store )
I am using this URL : https://admin.glowify.app/.well-known/assetlinks.json
If I open the link in browser , it resolves correct JSON
But, in the app , it's Direct app Link is not working , only I am getting app name in the intent isuggestions
But , When using this firebase hosting URL (and changed also in manifest )
https://deeplinktest-986b4.web.app/.well-known/assetlinks.json
The app link works perfectly
Why ? Both hosts resolving same but one works other not ?
Ref my old question for more details which is the beginning of the issue :
Direct App Deep Link not working evethough all configs are correct in Android
from Why Android App Link works in one domain but fails in other domain even tough both resolves same?
No comments:
Post a Comment