To implement IAP, you must do the following:
Get Started
Setup
- Add the following library dependency to the
dependenciessection of your package.json file.
- In your manifest.toml, add the following privileges required to access Ad ID Retriever.
Usage
Purchasing Service
Represents the primary methods for interacting with the Amazon Appstore purchasing framework. All methods return a response using aPromise.
IAP API usage examples
The following examples show how to use the IAP methods:getProductData method.
Releated topics
IAP OverviewEnumerations
- FulfillmentResult
LwaConsentStatus- ModifySubscriptionResponseCode
- NotifyFulfillmentResponseCode
- ProductDataResponseCode
- ProductType
- ProrationMode
- PurchaseResponseCode
- PurchaseUpdatesResponseCode
- UserDataResponseCode
- UserProfileAccessConsentStatus
- UserProfileAccessResponseCode
Classes
Interfaces
- CoinsReward
- ModifySubscriptionRequest
- ModifySubscriptionResponse
- NotifyFulfillmentRequest
- NotifyFulfillmentResponse
- Price
- Product
- ProductDataRequest
- ProductDataResponse
- Promotion
- PromotionPlan
- PurchaseRequest
- PurchaseResponse
- PurchaseUpdatesRequest
- PurchaseUpdatesResponse
- Receipt
- RequestId
- UserData
- UserDataRequest
- UserDataResponse
- UserProfileAccessResponse

