Platforms to show: All Mac Windows Linux Cross-Platform
SKProductMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | StoreKit | MBS MacCloud Plugin | 11.2 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | Desktop & iOS |
SKProductMBS objects are returned as part of an didReceiveResponse event in SKProductsRequestMBS class and are used to provide information about a product previously registered with the Apple App Store.
Please also check the documentation from Apple for the SKProduct class.
Available in Mac OS X v10.7 and later.
This is an abstract class. You can't create an instance, but you can get one from various plugin functions.
- 15 properties
- property contentLength as Int64
- property contentVersion as string
- property downloadable as boolean
- property downloadContentLength as Int64
- property downloadContentVersion as String
- property Handle as Integer
- property introductoryPrice as SKProductDiscountMBS
- property localizedDescription as string
- property localizedTitle as string
- property price as Double
- property priceLocale as NSLocaleMBS
- property priceString as string
- property productIdentifier as string
- property subscriptionGroupIdentifier as String
- property subscriptionPeriod as SKProductSubscriptionPeriodMBS
- 3 methods
- method Constructor Private
- method contentLengths as Int64()
- method downloadContentLengths as Int64()
This class has no sub classes.
Some methods using this class:
- SKMutablePaymentMBS.Constructor(product as SKProductMBS)
- SKMutablePaymentMBS.paymentWithProduct(product as SKProductMBS) as SKMutablePaymentMBS
- SKMutablePaymentMBS.paymentWithProduct(product as SKProductMBS, quantity as Integer) as SKMutablePaymentMBS
- SKPaymentMBS.Constructor(product as SKProductMBS)
- SKPaymentMBS.paymentWithProduct(product as SKProductMBS) as SKPaymentMBS
Some events using this class:
- SKProductsRequestMBS.didReceiveResponse(products() as SKProductMBS, invalidProductIdentifiers() as string)
Some examples using this class:
Blog Entries
Release notes
- Version 19.1
- Added downloadContentLength, downloadContentLengths, downloadContentVersion and subscriptionGroupIdentifier to SKProductMBS class.
The items on this page are in the following plugins: MBS MacCloud Plugin.
SKProductDiscountMBS - SKProductsRequestMBS