1

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 ?

rmaddy
  • 314,917
  • 42
  • 532
  • 579
Jan ATAC
  • 1,212
  • 1
  • 18
  • 36

1 Answers1

2

Ok, I found it :

UIApplication.sharedApplication().openURL(NSURL(string: "com.adobe.adobe-reader://")!)
Jan ATAC
  • 1,212
  • 1
  • 18
  • 36