When i am working Xamarin Forms where i have used Deep Linking.
1) On iOS, When i am running my website safari browser its asking me pop up to open app or cancel option.
while click on cancel button i am not getting any call in my app code
When i am working Xamarin Forms where i have used Deep Linking.
1) On iOS, When i am running my website safari browser its asking me pop up to open app or cancel option.
while click on cancel button i am not getting any call in my app code
I have deep linking in my application. check below Image reference
is this a user interface element controlled by Apple. Can we programmatically manipulate this alert.
Yes , we can't get the alert and the clicking event , it is built-in and controlled by apple .
Does the method OnAppLinkRequestReceived trigger when cancel button is clicked ?
No its not getting called
Clicking Open should be able to trigger OnAppLinkRequestReceived method in App.
It's impossible to hook cancel button event , as I mentioned above , it is built-in and controlled by apple .
8 people are following this question.