81 results matched your search criteria
Forum topic
OneSpan Sign
In iOS SDK there’s a function to “load a transaction from the serverâ€, the syntax is like:
eSignLive.dashboard().startESignCeremonyForTransaction(withGUID: “â€)
As the packages are created on server side, can we take this way in our app?
Forum topic
OneSpan Sign
Hi,
I have been checking out the mobile SDK's.
Forum topic
OneSpan Sign
Hi,
We are currently facing issues where we did not receive the confirmation (PackageId) from eSign with didSynchronizeTransaction.
So, is there a way to retrieve PackageId with a given temporaryId from iOS SDK?
Forum topic
OneSpan Sign
My company is working on a mobile application (android & iOS) that handles roommate agreements. We are generating PDFs from HTML and were hoping that the eSignLiveSDK would be a turn key solution to adding eSignatures to the experience.
Forum topic
OneSpan Sign
Hello,
We found an issue with the iOS SDK that sometimes the SDK skip the ESign Disclosures and Consent document and skip directly to the contract.
Forum topic
OneSpan Sign
Hi,
One of our client is reporting that the "ESL:MESSAGE:STARTED:SIGNER_COMPLETE" event is not showing in console with Mobile Signing Ceremony, under this scenario:
- Have a signer and three documents, first document contains one signature, second is an accept-only document, third document is a rev
Forum topic
OneSpan Sign
Hi
I noticed there is a method in iOS mobile sdk, allows to sign with session token.
I am wondering if it is possible to use our server API to get that session token from eSignLive server and pass it down to mobile apps?
I know this sounds weird b/c we should have one session token per session (be
Forum topic
OneSpan Sign
Hello,
Hopefully a quick question, but I'm attempting to use the DownloadedFile class (com.silanis.esl.sdk.io.DownloadedFile) when downloading signer attachment files using the line:
DownloadedFile file = eslClient.getAttachmentRequirementService().downloadAttachmentFile(packageId, attachmentI
Forum topic
OneSpan Sign
Hi Team,
I use code to create packages, and when I go to the esign platform, I can not add new documents to the existing In Progress transaction.
The code I'm using to create the package is
PackageBuilder documentPackageBuilder = PackageBuilder.NewPackageNamed("Test Document Extraction")