amazon_iap 0.2.2 copy "amazon_iap: ^0.2.2" to clipboard
amazon_iap: ^0.2.2 copied to clipboard

PlatformAndroid

A flutter abstraction of the Amazon AppStore SDK.

Amazon IAP #

A flutter abstraction of the Amazon AppStore SDK.

Installation #

Follow Amazon's instructions to configure the Appstore SDK with your public key: https://developer.amazon.com/docs/in-app-purchasing/integrate-appstore-sdk.html#configure_key

Before using the plugin, you must call:

await AmazonIAP.instance.setup();

Usage #

As this is a wrapper around the methods exposed by the Amazon Appstore SDK, the user should read Amazon's documentation.

Calls to the Appstore SDK are in the form of function calls, while the responses are delivered as events to the provided streams.

https://developer.amazon.com/docs/in-app-purchasing/iap-implement-iap.html

Functions #

  • getUserData()
  • getPurchaseUpdates()
  • getProductData()
  • purchase()
  • notifyFulfillment()
  • getInstallDetails()

Event streams #

  • onProductDataResponse
  • onPurchaseResponse
  • onPurchaseUpdatesResponse
  • onUserDataResponse

Obfuscation #

If obfuscating the app, the following steps should be taken:

https://developer.amazon.com/docs/in-app-purchasing/iap-obfuscate-the-code.html

2
likes
130
points
80
downloads

Publisher

verified publishersongbook-pro.com

Weekly Downloads

A flutter abstraction of the Amazon AppStore SDK.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on amazon_iap