I implemented deep-link for my .NET Maui project for iOS. I followed this tutorial:
https://www.youtube.com/watch?v=UnqRuiamvjM&ab_channel=XamarinGuy
What I don't know however, if my application is not installed yet, the hyperlink opens the website. However I would like to open Apple Store - directly my application, so user can install my application.
Any idea what should I change?
Thanks!