aptoide_iap 0.0.1
aptoide_iap: ^0.0.1 copied to clipboard
A Flutter plugin for Aptoide IAP on iOS. Wraps the AppCoins SDK for in-app purchases on iOS 18.0+ devices in the EU.
0.0.2 #
- Added environment switching feature
- New
AptoideEnvironmentenum for type-safe environment selection setEnvironment()method to switch between sandbox and production- Updated
initialize()to accept environment parameter - No native code rebuild required for environment changes
- New
- Enhanced example app
- Added environment switcher UI with visual indicators
- Runtime environment switching demonstration
- Environment status display
- Comprehensive documentation
- New ENVIRONMENT_SWITCHING.md guide
- New QUICK_REFERENCE.md for quick setup
- Updated README.md with environment switching examples
- Improved logging with environment-specific indicators (๐งช sandbox, ๐ production)
0.0.1 #
- Initial release of Aptoide IAP Flutter plugin for iOS
- Integrated AppCoins SDK for iOS 17.4+ devices in EU
- Implemented core IAP functionality:
- SDK availability check
- Product querying by SKUs
- Product purchase with optional payload
- Purchase restoration (unfinished purchases)
- Deep link handling for payment redirects
- Real-time purchase updates via event stream
- Platform channel communication between Dart and Swift
- Comprehensive error handling with PlatformException
- Support for consumable, non-consumable, and subscription products
- Complete documentation and setup guide
- Example implementation with SubscriptionUtils adapter