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