How to get more information on didSynchronizeTransaction()
Wednesday, November 20, 2019 at 08:27amHello,
Let's say I make three transactions offline. When I get connectivity back, the SDK automatically sync the three transactions and I receive data in the callback with didSynchronizeTransaction(). However, I only get a GUID but I don't know which of the three transactions is has been synced.
In our case, it is really important to know what transaction has been synced to the servers so we can make some procedures afterwards. Is there a way to get more data of the transaction that was just synchronized ? Imagine if we do 10 to 20 transactions in a day, all offline, and then the morning after we sync all theses contracts, that would be really tricky to hope that everything syncs in the same order as it has been created.
Hope the question is clear enough :)
Reply to: How to get more information on didSynchronizeTransaction()
Wednesday, November 20, 2019 at 10:24am