2.4.0
What's new
Deferred transactions
Now you can set the listener, which will be called when deferred transactions state will update.
Qonversion.updatedPurchasesStream.listen((permissions) => {
// handle updated permissions here
});Now you can set the listener, which will be called when deferred transactions state will update.
Qonversion.updatedPurchasesStream.listen((permissions) => {
// handle updated permissions here
});