For the complete documentation index, see llms.txt. This page is also available as Markdown.

IAP

Provides features to navigate to in-app purchase order pages, look up products and orders, mark product delivery as complete, and check subscription status.

Note: completeProductGrant / getSubscriptionInfouses the native signature as is { params: { orderId } } Preserve nesting.

API List

API
Description

Go to the one-time in-app purchase order page

Go to the subscription in-app purchase order page

IAP.getProductItemList

Retrieves a list of purchasable products

IAP.getPendingOrders

Retrieves a list of pending orders

Retrieves a list of completed or refunded orders

IAP.completeProductGrant

Notifies the app that product delivery is complete

IAP.getSubscriptionInfo

Retrieves the current status information for a subscription order

Was this helpful?