Forums
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 you point me at an example using a native signing ceremony implementation? regards, Robert
Forums
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? If yes, what steps and information we need to prepare first?
Forums
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 capture the redirection events after the ceremony finished and goes back to our logic. But those events were eliminated a couple of months ago from eSignlive side. A workaround version was provided and eSignlive suggested us to use SDK to handle it. Now we get a chance to try eSignlive SDK, but so far didn't find any way to resolve this issue.
Forums
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 the interest of not generating user accounts from our database, we'd like to use a single profile under which to manage signatures generated on the mobile platforms. Can this be done by providing unique identifiers for each signature? Would this make it possible to collect multiple signatures for a single document?
Forums
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 login with session token. I have tried to get session tokens following the provided documentation(http://docs.esignlive.com/content/c_integrator_s_guide/rest_api/authentication_tokens.htm) to create "Tokens for Users". But when I use the result session token, I get an error "The provided session token is invalid".
Forums
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 (between one mobile device and eSignLive server) The reason we are considering this manner is : we worry about not quite secured if we use email and password to login to eSignLive directly. Any advice? Thanks a lot