I have an app called example A. I have installed app links successfullly. I can click link on google chrome browser to open app Example A with deep link: https://www.exampleA.com.
I want open app Example A from different app (Example B). If app B returns link: https://www.exampleA.com, app A will be opened. But app Example B returns: googlechrome://navigate?url=https://www.exampleA.com/. When it runs, it will open google chrome browser with url: https://www.exampleA.com
I want App B will call App Example A to open.
Can you provide me a solution or keyword to solve my issue? Thank you so much.