Topic Replies Freshness Views Users
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 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
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…
Normal topic
Can you please provide us the code on how to create a transaction from a template using the iOS SDK
Normal topic
When running sample app on simulator, it is working properly, but I'm getting the attached errors when creating ipa
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
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
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
Hi! We are integrating the eSign SDK for iOs and our application is "offline first". Everything has to be smooth without an internet connexion. We have two issues right now in offline mode. 1- If we launch the app with an internet…