SKMutablePayment.PaymentWithProduct Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
PaymentWithProduct(SKProduct) | |
PaymentWithProduct(String) |
Developers should not use this deprecated method. Developers should use 'PaymentWithProduct (SKProduct)' after fetching the list of available products from 'SKProductRequest' instead. |
PaymentWithProduct(SKProduct)
[Foundation.Export("paymentWithProduct:")]
public static StoreKit.SKMutablePayment PaymentWithProduct (StoreKit.SKProduct product);
static member PaymentWithProduct : StoreKit.SKProduct -> StoreKit.SKMutablePayment
Parameters
- product
- SKProduct
Returns
- Attributes
Applies to
PaymentWithProduct(String)
Developers should not use this deprecated method. Developers should use 'PaymentWithProduct (SKProduct)' after fetching the list of available products from 'SKProductRequest' instead.
[Foundation.Export("paymentWithProductIdentifier:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 5, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'PaymentWithProduct (SKProduct)' after fetching the list of available products from 'SKProductRequest' instead.")]
public static StoreKit.SKMutablePayment PaymentWithProduct (string identifier);
static member PaymentWithProduct : string -> StoreKit.SKMutablePayment
Parameters
- identifier
- String
Returns
- Attributes