问题
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://")!)
来源:https://stackoverflow.com/questions/37328199/what-is-the-custom-url-scheme-for-adobe-acrobat