Optional
appCallbacks set by the adapter
Transactions for a given product
Initialize the AppStore bridge.
This calls the native "setup" method from the "InAppPurchase" Objective-C class.
Options for the bridge
Called when the bridge is ready
Called when the bridge failed to initialize
Retrieves localized product data, including price (as localized string), name, description of multiple products.
An array of product identifier strings.
Optional
callback: Callback<any>Optional
callback: Callback<any>Optional
callback: Callback<any>Makes an in-app purchase.
The product identifier. e.g. "com.example.MyApp.myproduct"
Quantity of product to purchase
Asks the payment queue to restore previously completed purchases.
The restored transactions are passed to the onRestored callback, so make sure you define a handler for that first.
Optional
callback: Callback<any>
The application receipt from AppStore, cached in javascript