Topic Replies Freshness Views Users
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
Hello, What is the correct way to make the modal appear as fullScreen when opening the SDK with iOS 13 ? Is it a current fix that has not been resolved yet ? I know that we have to make the viewController appear with…
Normal topic

Hi,

 

I am looking for code examples using Mobile SDK how to start creation of package and complete the transaction in offline and sync when connected online.

 

Please let me know if any…

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

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

 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…

Normal topic

What is the minimum Android OS version for the OSS Mobile SDKs?

What is the minimum iOS OS version for the OSS Mobile SDKs?

 

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
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, 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
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
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
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…
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 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
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
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
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. In…
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
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
Hi, I have been checking out the mobile SDK's. Is it correct that there is not a native ios/android implementation of the signing ceremony, but on mobile you should either use a webview or open a web browser? If I'm not correct,, could…
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
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
How does syn work ? is there a way to control using code what are the data items which work with syn for offline use?
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…