My application supporting a deep-linking feature where we can navigate from third-party applications to xamarin mobile app.
I have created an e-commerce application which we have integrated with payment gateway,
Issues: when we are accessing the web application on a mobile app browser, we are getting to navigate on the payment gateway portal to make payment on the browser we are getting to return URL from the payment gateway, While navigating to specific Url as xyz.com/pay/paymentdetails.aspx. it's considering this third-party app navigation.
As I have already mentioned we are using deep linking its directly opening the xamarin forms app on iOS.
Is there any way where we can restrict a particular URL from deep linking for iOS?