aptoide_iap 0.0.1 copy "aptoide_iap: ^0.0.1" to clipboard
aptoide_iap: ^0.0.1 copied to clipboard

PlatformiOS

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 AptoideEnvironment enum 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
  • 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
0
likes
160
points
78
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for Aptoide IAP on iOS. Wraps the AppCoins SDK for in-app purchases on iOS 18.0+ devices in the EU.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on aptoide_iap

Packages that implement aptoide_iap