141 results matched your search criteria
Forum topic
Mobile Security Suite
Please remember that Apple set a March 31, 2021 deadline to upgrade to the Apple Push Notification service (APNs) API provider (see: https://developer.apple.com/news/?id=c88acm2b). After March 31,
Forum topic
Mobile Security Suite
Please remember that Apple set a March 31, 2021 deadline to upgrade to the Apple Push Notification service (APNs) API provider (see: https://developer.apple.com/news/?id=c88acm2b). After March 31,
Forum topic
OneSpan Sign
I want to update the status in my database as soon as user sign the document. I haven't found code to get the status as soon as signer sign the document. I did register all the even using callback example code.
Forum topic
OneSpan Sign
Hello,
Is there a way to capture the font-end event notifications in iOS? I am loading the signing session in a wkwebview and I'm trying to capture these events: https://docs.esignlive.com/content/c_integrator_s_guide/event_notifier/event_notifier.htm. Is it possible?
Forum topic
OneSpan Cloud Authentication
The following is mentioned in the user guide
Forum topic
OneSpan Sign
I have tried several times and waited for up to an hour - however signers are not getting notification email... I am able to get the SMS passcode but no email with link to sign... is the environment working?
Forum topic
OneSpan Sign
Hi, Is it possible to create a package with status not draft and then notify a signer at a later point. I have a use case where some signers will need to click a link through an email in order to sign and others will click a link through our portal.
Forum topic
OneSpan Sign
I'm trying to figure out how I can identify which signer has signed when I receive signer_complete event.
It sends:
Forum topic
OneSpan Sign
Hi,
would you please share the code sample how to get JavaScript event notification without iFrame? i only can download the code with iFrame from https://community.onespan.com/documentation/onespan-sign/codeshare/esignlive-event-notifier
thanks,
Forum topic
OneSpan Sign
if (!EventHandler.ContainsKey(NotificationEvent.PACKAGE_READY_FOR_COMPLETION))
EventHandler.Add(NotificationEvent.PACKAGE_READY_FOR_COMPLETION, (EventRequest request) =>
{
// RESPONSE TO Set Status to Completed
});