Platforms to show: All Mac Windows Linux Cross-Platform
SKPaymentMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | StoreKit | MBS MacCloud Plugin | 11.2 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | Desktop & iOS |
The SKPayment class defines a request to the Apple App Store to process payment for additional functionality offered by your application. A payment encapsulates a string that identifies a particular product and the quantity of those items the user would like to purchase.
Please also check the documentation from Apple for the SKPayment class.
Available in Mac OS X v10.7 and later.
- 6 properties
- property applicationUsername as String
- property Handle as Integer
- property productIdentifier as string
- property quantity as Integer
- property requestData as Memoryblock
- property simulatesAskToBuyInSandbox as Boolean
- 3 methods
- method Constructor(product as SKProductMBS)
- method copy as SKPaymentMBS
- method mutableCopy as SKMutablePaymentMBS
- shared method paymentWithProduct(product as SKProductMBS) as SKPaymentMBS
Sub classes:
Some methods using this class:
- SKMutablePaymentMBS.Constructor(payment as SKPaymentMBS)
- SKPaymentQueueMBS.addPayment(payment as SKPaymentMBS)
Some properties using for this class:
- SKPaymentTransactionMBS.payment as SKPaymentMBS
Some examples using this class:
Blog Entries
Release notes
- Version 19.1
- Added simulatesAskToBuyInSandbox property for SKPaymentMBS class.
The items on this page are in the following plugins: MBS MacCloud Plugin.
SKMutablePaymentMBS - SKPaymentQueueMBS
