v13.10.0
(googleplay) Add "isConsumed" to consumed transactions
Local Google Play transaction now contain isConsumed
, which is the same as isAcknowledged
, but only set for consumable products.
Make it easier to debug callback calls
It's now possible to add a name to callbacks registered with "store.when()"
When callbacks are triggered, the reason is logged to the console.
Prevent instanciating CdvPurchase.store twice
So when ionic packages the plugin with the app code, no double instantiations of the plugin is performed.