influto_iap 1.0.0
influto_iap: ^1.0.0 copied to clipboard
Automatic store-purchase capture for the InfluTo Flutter SDK: listens to in_app_purchase and reports each purchase to InfluTo, so store-direct apps need no manual reporting.
Changelog #
1.0.0 #
Initial release of influto_iap, the automatic store-purchase capture companion for
the influto Flutter SDK.
Added #
InfluToPurchaseObserver— listens toin_app_purchase'spurchaseStreamand auto-reports each new store purchase to InfluTo (StoreKit 2 JWS on iOS, Play purchase token on Android), plus a one-time historical back-sync viaenable().- Self-gates on store-direct apps (no-op for RevenueCat apps), deduped per store identity; the backend is the final idempotency anchor.
oneTimeProductIds— declare your Android one-time / consumable SKUs so their purchases route to NON_RENEWING validation (iOS needs nothing; the JWS carries the type).