In my Xcode I have created a Product.StoreKit and within that I have a subscription with which has 3 Offer Codes.
In PaymentView I am trying to open a Redemption Sheet as follows:
if #available(iOS 14.0, *) {
paymentQueue.presentCodeRedemptionSheet()
}
But the Redemption Sheet is Pre-populated with Offer Codes and instead of having a text field to enter Offer Code, user can simply choose from the list of offer codes.