Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Component: StoreKit
In-app purchases in the Mac/iOS App Store
Version | macOS | Windows | Linux | Server | iOS SDK |
8.2 / 14.6 | ✅ 82% | ❌ No | ❌ No | ❌ No | ✅ Yes |
Item | Details |
---|---|
StoreKit.AddPayment Adds a new payment to the transaction query. | Mac/iOS 8.2 |
StoreKit.CanMakePayments Indicates whether the user is allowed to make payments. | Mac/iOS 8.2 |
StoreKit.FinishTransaction Completes a pending transaction. | Mac/iOS 8.2 |
StoreKit.InvalidProductIdentifiers Queries invalid product identifiers. | Mac/iOS 8.2 |
StoreKit.IsProductViewVisible Whether the product view dialog is visible. | Mac/iOS 8.2 |
StoreKit.LastError New in 14.6 Queries last error as JSON. | Mac/iOS 14.6 |
StoreKit.ProductQueryRunning Whether a product query is running. | Mac/iOS 8.2 |
StoreKit.Products Queries product list. | Mac/iOS 8.2 |
StoreKit.QueryProducts Queries products. | Mac/iOS 8.2 |
StoreKit.RequestReview Shows review dialog. | iOS 8.2 |
StoreKit.RestoreCompletedTransactions Asks the payment queue to restore previously completed purchases. | Mac/iOS 8.2 |
StoreKit.SetProductViewFinishedTrigger Sets trigger for product view. | iOS 8.2 |
StoreKit.SetRequestFailedTrigger New in 14.6 Sets the script trigger for a failed request. | Mac/iOS 14.6 |
StoreKit.SetRestoreCompletedTransactionsTrigger Sets script triggered when transactions are restored. | Mac/iOS 8.2 |
StoreKit.SetUpdatedTransactionsTrigger Sets the script to trigger when transactions change. | Mac/iOS 8.2 |
StoreKit.ShowProductView Shows a new product screen to display. | iOS 8.2 |
StoreKit.Transactions Returns an array of pending transactions as JSON. | Mac/iOS 8.2 |
17 functions shown.
Release notes
- Version 14.3
- Changed StoreKit.FinishTransaction to allow passing of index in additional of transaction Identifier.
- Version 14.1
- Fixed bug in StoreKit.FinishTransaction function not finding the transaction.
- Version 8.2
- Added StoreKit functions.