Rob Kerr
Rob Kerr

Reputation: 3

Anyone know the iOS custom scheme for Adobe Scan?

Does anyone know what the iOS custom URL scheme for Adobe Scan iOS App? For example the Adobe Reader scheme is com.adobe.adobe-reader://. I'm looking for the equivalent scheme so I can launch Adobe Scan from my app.

I've tried to randomly guess what the scheme is based on the known reader scheme.

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

Any help is much appreciated!

Upvotes: 0

Views: 205

Answers (1)

Russian
Russian

Reputation: 1306

com.adobe.scan.ios
(from inspecting Info.plist)

Upvotes: 0

Related Questions