Jan ATAC
Jan ATAC

Reputation: 1262

What is the custom url scheme for Adobe Acrobat?

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 ?

Upvotes: 1

Views: 1560

Answers (1)

Jan ATAC
Jan ATAC

Reputation: 1262

Ok, I found it :

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

Upvotes: 3

Related Questions