custom(key:value:)
Adds a string for a custom key to a purchase.
Declaration
static func custom(key: String, value: String) -> Product.PurchaseOptionParameters
- key:
The key for this custom option.
- value:
The string value you assign to this custom option.
Discussion
This custom purchase option doesn’t have any effect.