Forums
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 best practices: 1) Can the eSignLive SDKs please be put in their respective ecosystems' standard dependency public repository (example: cocoapod for iOS). It would be much easier to manage integrating the SDKs with my projects and keeping them up to date, if the SDKs were included like every other dependency on the planet.
Forums
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/";
    NSString *email = @"[email protected]";
    NSString *password = @"*********";
Error:
2016-06-12 11:01:26.783 SampleApp[28274:9029992] -canOpenURL: failed for URL: "cydia://package/com.example.package" - error: "This app is not allowed to query for scheme cydia"
any suggestions or recommendations would be greatly appreciated. Regan
Forums
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 IOS mobile SDK. however, when attempting to navigate to the URL destination, is suggest the file doesn't exist. http://docs.esignlive.com/10.0/sdk/esl-sdk-ios-3.0.zip (Not Found) is there another URL to obtain the mobile SDK?k thanks.
Forums
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 still in the works? we're attempting to pull a quick PoC together, and any flavor of an SDK for iOS would be fine. cheers.
Forums
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 SDK or API? thanks, Ram