Xamarin.Forms iOS Deep Linking VS for MAC
Yuval Tirosh
1
Reputation point
Hello all,
I'm using deep-linking in Xamarin.Forms, overriding
ContinueUserActivity(UIApplication, NSUserActivity, UIApplicationRestorationHandler) in AppDelegate and OnAppLinkRequestReceived(Uri) in the shared project's App.
The app opens properly when invoked from textual link (e.g. email app), but not from the browser (e.g. when scanning a QR code). When suing the browser, iOS navigates to website instead of the app.
Wondering if this is the expected behavior or not.
Xamarin.Forms 65.0.0.2012
VS for Mac 8.8.8 (build 12)
Tested with iPhone 12 mini iOS 14.4
Cheers,
Yuval
Sign in to answer