What is the custom url scheme for Adobe Acrobat?

2019-09-12 08:05发布

问题:

I'd like to open Adobe Acrobat from my App by using

 UIApplication.sharedApplication().openURL(NSURL(string: "xxxxx://")!)

Do you know its custom url scheme ?

回答1:

Ok, I found it :

UIApplication.sharedApplication().openURL(NSURL(string: "com.adobe.adobe-reader://")!)


标签: ios adobe