Question
is this command available to open adobe acrobat reader in xamarin ios?
I need to open acrobat reader in xamarin forms ios project. I tried this code but getting errors. I just need to know is this command correct or not.
var url = new NSUrl($"adobereader:{filePath}");
UIApplication.SharedApplication.OpenUrl(url);
