Skip to main content
odin_132
Participant
May 6, 2019
Question

IOS: What is the URL Scheme for Adobe Fill & Sign

  • May 6, 2019
  • 2 replies
  • 3288 views

Hello,  I want my app to call Adobe Fill & Sign & save the data directly,

I only know the URL Scheme for Adobe Acrobat Reader (com.adobe.adobe-reader://)

anyone know the URL Scheme for Adobe Fill & Sign ?

Thank you in advance.

This topic has been closed for replies.

2 replies

Legend
May 15, 2019

There is no escape from sandboxing. It is very inconvenient. Did you try the steps given to work with IPA files?

odin_132
odin_132Author
Participant
May 17, 2019

Hi, finally I managed to get the Info.plist file of Adobe Fill & Sign

I've used both of the URL identifier but still no luck , does this mean there's no URLScheme I can use ?

Legend
May 14, 2019

This page starts you on the complicated and difficult process of finding out. If it even has an URI scheme, that is. Always-Updated List of iOS App URL Scheme Names « iOS & iPhone :: Gadget Hacks

odin_132
odin_132Author
Participant
May 15, 2019

Hi, because I couldn't found the URL Scheme yet,  I'm using UIDocumentInteractionController at the moment.

Even though I can send the PDF to Adobe Fill & Sign, but it didn't save it back in my app. Adobe save it as it own PDF file.

Is there any way Adobe Fill & Sign could edit & save my data directly ? despite Application Sandboxing in iOS.

Thank You.