CeremonyID or TransactionID or PackageID
Thursday, November 7, 2019 at 05:44amWe build a web application using the Silanis.ESL.SDK to create and manage document to sign. Which is using the PackageID and DocumentID to interact with Esign in order to get the Signing status and download the signed document. This is working.
We are also building a mobile application using the iOS SDK which doens't seems to have any references to PackageID or DocumentID, but more about a CeremonyID or TransactionID.
When completing the signature within iOS, and accessing the sandbox environment, everything is considered as a transaction. We have an ID reference visible in the url (ex. https://sandbox.e-signlive.ca/a/transaction/jODULgPIcwPyiZfaiG_2wFYR3_4=) and we see the same ID in the summary under the Signed Ceremony ID. Is this the PackageID we need for the Silanis.ESL.SDK to access the information from our webapp? If not, how can we retrieve at least the packageID from the signed document using the iOS SDK. If we have this reference, we can manage it with the Silanis.ESL.SDK.
This is confusing and we spent a lot of time trying to figure out the issue, any chance you can help us rapidly.
Also, is this url still valid to connect for Silanis.ESL.SDK: https://sandbox.e-signlive.ca/api?
Thanks!
Reply to: CeremonyID or TransactionID or PackageID
Thursday, November 7, 2019 at 08:20am- (void)didSynchronizeTransaction:(NSDictionary *)aDict;
should be considered as the actual package ID to push to your backend. Duo