rustore_billing_api 1.0.0
rustore_billing_api: ^1.0.0 copied to clipboard
Unofficial plugin for RuStore Pay/Billing integration
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.0 #
- breaking: migrated Android bridge to RuStore Billing/Pay SDK
10.1.0API surface (interactors + new purchase flow contracts). - breaking: replaced old methods with new APIs:
getPurchaseAvailability,getUserAuthorizationStatus,purchase,purchaseTwoStep,confirmTwoStepPurchase,cancelTwoStepPurchase,getPurchases(filter),getPurchase(id). - breaking: removed legacy
onNewIntent,purchaseProduct,confirmPurchase,deletePurchase, and standalonesetTheme. - added: new request/response models for purchase params, purchase filters,
purchase result/error, and status enums with
unknownfallback values. - added: automatic deep-link forwarding on Android via activity intent listener.
- changed: package version bumped to
1.0.0.