Topic Replies Freshness Views Users
Normal topic
Our customer wants to deploy an App in a tablet for having their patients signing a consent form authorizing some medical procedures. It would be an in-person signing scenario. Since it is a sensitive process, they need to identify that…
Normal topic
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…
Normal topic
I'm trying to use the iOS SDK, but I keep getting an authorization error. I've checked my username and password with the UI, several times. I'm not sure what the issue is. Can anyone help?
Normal topic
We build a web application using the Silanis.ESL.SDK to create and manage document to sign. Which is using the PackageID and DocumentID to interact with Esign in order to get the Signing status and download the signed document. This is…
Normal topic
Can you please provide us the code on how to create a transaction from a template using the iOS SDK
Normal topic
Hi I am wondering if signer can see all the documents in one transaction? Even those ones don't require their signature? Using iOS mobile sdk? Thanks a lot
Normal topic
Hi, I am working on in-person sign in using eSignLive iOS mobile SDK, and we require ID proof from signer. For instance, take a picture of id and upload it. I don't find it anywhere in mobile SDK? I am wondering if this feature is…
Normal topic
Hi I am trying to integrate ESignLive Android SDK into my app. I am already using Realm as my database. When I try to integrate the SDK. I get the following error:
Error:Execution failed for task ':app…
Normal topic
After reading the docs, the solution for this problem says :
Please verify that the PDF exists, and that it has not been corrupted.
I am sure that my pdf exists and is not corrupted, but is not stored in the…
Normal topic
Hello, In the didSynchronizeTransaction protocol, we get a guid representing a signing ceremony id. My backend team need a DocumentID AND a PackageID. Is it possible to get these informations in the callbacks of…
Normal topic
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…
Normal topic
Hi, In our native iOS app (Swift), we get signing sessionToken from our own endpoint, and then launch webview with the URL like: https://sandbox.e-signlive.ca/access?sessionToken={sessionToken} for signing ceremony. Previously, we…
Normal topic
Hey, I am integrating the OneSpan Sign iOS SDK into an Existing Project. I have done all the initial configuration but when I am doing login, app is getting crashed. It throws following error: CoreData: error: Cannot load…
Normal topic
Hello, following the documentation here (http://docs.e-signlive.com/mc/content/c_esignlive_integrator_s_guide/sdk/l_esignlive_mobile_sdk/esignlive_mobile_sdk.htm?_ga=1.160581373.1707062570.1464967640) it provides a link to download the…
Normal topic
Hi, I'm using the iOS SDK to let the user self sign a pdf document. I need to define a different UI concept for the signing ceremony screens. modifying the SDK's storyboard is not good enough in my case. can I achieve it somehow with your…
Normal topic
Hello Looking at the iOS SDK code, i modified the obvious parameters to run the sample application. however, i receive an error (below) Modified Paramters
    NSString *serverAddress = @"https://sandbox.esignlive.com/";
   …
Normal topic

Here, I'll explain my requirement:
 

* Can we use the one span sign along with react-native? if "yes"
* How we can add to the ability of the user to draw his signature Anywhere on pdf?

So can you…

Normal topic
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…
Normal topic
Hello, Is there a way to make the SDK has the same localization as the app's one? Currently, it takes the same as the device language. Thank you, Max
Normal topic
hello, i've seen reference to an iOS SDK. however, when i look at the various getting started and SDK resource pages i'm unable to find the reference and download? https://developer.esignlive.com/guides/quick-start/ is this something…
Normal topic
Hi I am integrating the ESignLive SDK into an Android app. I already have a login mechanism (using username/password combination or using google sign in). I do not want to have an extra login for ESignLive. I noticed there is a method to…
Normal topic
hello community, after I finish making all the sdk settings for android and try to compile it gives me the error of "Manifest merger failed with multiple errors". AndroidStudio 3.1.1 Kotlin 1.2.31 Gradle 4.4 ::Greetings::
Normal topic
Hello, I am mapping TextFields in the pdf and I would like to show these fields with the content in it when the SDK pops. Currently, I have some text in the textfields but I can't see it. My hope is that the user sign only the signature…
Normal topic

If the signer has to apply more than one signature this is the experience i had. The navigation to the next signing spot disappears until you move the screen.<…

Normal topic
Hey folks at ESL, great job with the mobile SDK, though I'd like to suggest a couple things you can do to make working with the mobile SDKs a little easier. In my opinion, it really just comes down to adhering to a few standard industry…