A mutable request to the App Store to process payment for additional functionality offered by your app.
SDKs
- iOS 3.0+
- macOS 10.7+
- Mac Catalyst 13.0+
- tvOS 9.0+
Framework
- Store
Kit
Declaration
class SKMutablePayment : SKPayment
Overview
A mutable payment object identifies a product and the quantity of that item the user would like to purchase.
When a mutable payment is added to the payment queue, the payment queue copies the contents into an immutable request before queueing the request. Your app can safely change the contents of the mutable payment object.