Create transaction from template iOS SDK
Tuesday, August 6, 2019 at 12:15amCan you please provide us the code on how to create a transaction from a template using the iOS SDK
OneSpan Introduces DigipassONE, Bringing a Unified Platform Approach to Authentication Modernization
A new authentication platform helps financial institutions support diverse customer authentication preferences while modernizing at their own pace Learn More
Reply to: Create transaction from template iOS SDK
Tuesday, August 6, 2019 at 04:46ameSignLive.dashboard().createDraftFromTemplate(withGUID: "Z0P-GnprcP94hjwS6oPWpd1opzc=",withCallback: {(dict: [AnyHashable : Any]?) -> Void in if let myDict = dict, let guid = myDict["guid"] as? String { eSignLive.dashboard().startEditingTransaction(withGUID: guid, canAddDocuments: true, canDeleteDocuments: true, canReorderDocuments: true) print(myDict) } })In this example, I manually input the template ID. What this function does is to create a draft package cloning from the template by ID. So you will see this draft package in your web portal in real time: