Forums

 Hello,

I'm a front dev from a company that wishes to integrate your ESign product in our android/Ios apps.
I wanted to try out the Android solution and test the integration with the sandbox but I encountered some problems during the android integration process.

I followed the link :
https://community.onespan.com/documentation/onespan-sign/guides/feature-guides/developer/introducing-our-android-sdk 

Forums

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?

 

Also, we are using the SDK with in person and distant (inPerson: false) sign request. From those distant contract signing, will it be possible to retrieve the PackageId?

Regards

Forums
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. So, the user signs without agreeing the consent, and found to have a never ending "In Progress" state in the ESignLive Cloud. It is more often seen with older Apple devices but still this is a big issue for us. Do you have something to make it never happen, or to make sure that the contract won't being sent or close if the first ESign Consent has been signed ? Thank you
Forums
Hello, Let's say I make three transactions offline. When I get connectivity back, the SDK automatically sync the three transactions and I receive data in the callback with didSynchronizeTransaction(). However, I only get a GUID but I don't know which of the three transactions is has been synced. In our case, it is really important to know what transaction has been synced to the servers so we can make some procedures afterwards. Is there a way to get more data of the transaction that was just synchronized ?