Platforms to show: All Mac Windows Linux Cross-Platform

Back to SKMutablePaymentMBS class.

SKMutablePaymentMBS.Constructor(payment as SKPaymentMBS)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method StoreKit MBS MacCloud Plugin 11.2 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
Creates a mutable copy of the given payment.

See also:

SKMutablePaymentMBS.Constructor(product as SKProductMBS)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method StoreKit MBS MacCloud Plugin 11.2 ✅ Yes ❌ No ❌ No ✅ Yes Desktop & iOS
Creates a new payment for the specified product.
Example
dim product as SKProductMBS // your product
dim queue as SKPaymentQueueMBS // your queue

dim payment as new SKMutablePaymentMBS(product)
payment.quantity = 5

MsgBox str(payment.quantity)+" units of "+product.localizedTitle

queue.addPayment payment

See also:

The items on this page are in the following plugins: MBS MacCloud Plugin.


The biggest plugin in space...