I am trying add an app link so another application can launch and pass some data to my app. I have it working on my Xamarin IOS app, but can't seem to get it to work on android. The url/link in IOS is MyTestPhoneApp://testdatahere . I am guessing I missing a step or have something wrong. Not trying to open from web url.
[IntentFilter(new[] { Intent.ActionView }, Categories = new[] { Intent.CategoryDefault, Intent.CategoryBrowsable }, DataScheme = "MyTestPhoneApp", DataHost = "testdatahere")]