316 results matched your search criteria
Forum topic
OneSpan Sign
Hi, we changed server provider yesterday, and now we're not getting the notification callbacks.
We already changed the DNS and we confirmed that it's pointing to the right box.
Do you guys need to bind the address to a specific IP? If so, the new IP for our api is 209.166.133.108.
Forum topic
OneSpan Sign
I was successfully able to change my package status to DRAFT by using the code supplied in your guide.
Forum topic
OneSpan Sign
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 NSManagedObjectModel.
Forum topic
OneSpan Sign
We are in process of changing OneSpan SDK to OneSpan REST
In SDK we are retrieving the status using GetSigningStatus(objPackageId, signerId, null) which giving us 'InActive' status as output.
Forum topic
OneSpan Sign
Running some test on QA now we are running on this issue. Can you share a light of what this could be?
Forum topic
OneSpan Sign
Hi,I want to get a package from one span by its ID using Postman. I need to call it from the postman so can you please provide me REST API details (URL, headers, and parameters) or refer me to a related link?
Forum topic
OneSpan Sign
Guys,
I've ran across a feature that I cannot seem to test and would love to get some clarification on this.
If I have a signer who has 3 documents to sign. They sign two of the documents and refuse to sign the last document. We then remove the document from the package.
Forum topic
OneSpan Sign
Hi Michael,
I have used the following code to get the urlToDsigner
string userAuthenticationToken = eslClient.AuthenticationTokenService.CreateUserAuthenticationToken();
AuthenticationClient authenticationClient = new AuthenticationClient("https://sandbox.esignlive.com");
string urlToDesigner =
Forum topic
OneSpan Sign
Hi,
Using Fast Track mechanism, once the package is sent for signing, the signed package is named as the name of the template used in creating the fast track.
We have a scenario wherein we are subscribing to the package-complete notification and have a code that gets executed on receipt of that no
Forum topic
OneSpan Sign
Hello
Looking at the iOS SDK code, i modified the obvious parameters to run the sample application.