Skip to content

v13.9.0

Compare
Choose a tag to compare
@j3k0 j3k0 released this 19 Jan 15:17
· 24 commits to master since this release
aaa2e9c

(appstore) store.restorePurchases() return potential errors

The return value for store.restorePurchases() has been changed from Promise<void> to Promise<IError|undefined>.

You can now inspect the value returned to figure out if processing complete with or without errors.

(appstore) Fix forceReceiptReload

In certain conditions (calls to order and restorePurchases), the AppStore adapter wants to force a refresh of the application receipt. This fix prevents it from returning the version cached in memory.