I have 2 domains and one single app but would link from both domains to app-pages via Deep-Links.
Is it possible to link from e. g. both static.domain.com and content.domain.com into the same app with dynamic links? Thanks in advance :)
I have 2 domains and one single app but would link from both domains to app-pages via Deep-Links.
Is it possible to link from e. g. both static.domain.com and content.domain.com into the same app with dynamic links? Thanks in advance :)
Sure, you could add many domain as many as you want. Just add your domains inside manifest.
So, the code look like this:
Do not forget to verify your domains by adding assetlinks.json inside .well-known folder. Ensure that is accessible using
https://static.domain.com/.wll-known/assetlinks.jsonandhttps://content.domain.com.com/.wll-known/assetlinks.json. Should using https for verifying your domain.Cheers