Adobe Acrobat 的自定义 url 方案是什么?

What is the custom url scheme for Adobe Acrobat?

我想使用

从我的应用程序打开 Adob​​e Acrobat
 UIApplication.sharedApplication().openURL(NSURL(string: "xxxxx://")!)

你知道它的自定义 url 方案吗?

好的,我找到了:

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