Reputation: 1262
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
Reputation: 1262
Ok, I found it :
UIApplication.sharedApplication().openURL(NSURL(string: "com.adobe.adobe-reader://")!)
Upvotes: 3