defold / extension-iap

In-app purchase extension for Defold
MIT License
20 stars 13 forks source link

Pending transactions fix #22

Closed dyukorev closed 4 years ago

dyukorev commented 4 years ago

Android fix: Pass a callback pointer to the native code to avoid the issue with multiple calls product list function. Android and iOs: Add the "process_pending_transactions" function which can be called to process started but not completed transactions (before they was pending forever and was blocking buying the same product again). Fix is pretty massive sorry for that.

britzl commented 4 years ago

@dyukorev We are ready to make a final review and then merge this once the requested changes have been made.