Return to particular iOS app from SignDoc Mobile app after finalize
Summary
Customer Situation
From within it´s own iOS app a customer calls the SignDoc Mobile app (communicating with the customer´s own SignDoc Web server) to open a PDF document for signing.
After signing and finalizing the document the requirement is to return to the original customer app.
Solution
SignDoc Mobile uses the x-callback-url specification for app communication.
To notify SignDoc Mobile about the original customer app and specify it as the returning point, the result URL parameter has to be set in the SignDoc Web sdweb_config.groovy file.
The below generic example shows in which way to set the parameter:
sdweb.resulturl.fixed="signdocmobile://x-callback-url/openURLExternal?url=<yourapp>://x-callback-url/<action>"
More specifically to, for example, open the iOS Notes app after finalizing a documen in the SignDoc Mobile app, the below setting can be used:
sdweb.resulturl.fixed="signdocmobile://x-callback-url/openURLExternal?url=mobilenotes://x-callback-url/open"
Applies to
- Kofax SignDoc Web 5.2.1-1330
- Kofax SignDoc Mobile 2.4.1
Keywords: SDWeb, iOS, SignDoc Mobile, X Callback, Finalize