Instance Method

getPromotionalOffer(forProductDiscount:product:completion:)

Declaration

@objc(getPromotionalOfferForProductDiscount:withProduct:withCompletion:) func getPromotionalOffer(forProductDiscount discount: StoreProductDiscount, product: StoreProduct, completion: @escaping (PromotionalOffer?, Error?) -> Void)

Parameters

discount

The StoreProductDiscount to apply to the product.

product

The StoreProduct the user intends to purchase.

completion

A completion block that is called when the PromotionalOffer is returned. If it was not successful, there will be an Error.

Discussion

See Also

Making Purchases with Subscription Offers