showPriceConsentIfNeeded()
Asks the system to display the price consent sheet if the user hasn’t yet responded to a subscription price increase.
Declaration
func showPriceConsentIfNeeded()Mentioned in
Discussion
Call this method if the system called your delegate’s paymentQueueShouldShowPriceConsent(_:) method, and you chose to delay showing the price consent sheet.
This function displays the price consent sheet if both of the following are true:
You’ve increased the price of the subscription in App Store Connect.
The subscriber hasn’t yet responded to a price consent query.
Otherwise, this function has no effect.
In Mac apps built with Mac Catalyst, this function has no effect.