Hi there,
I am using Offer Codes on iOS App Store.
So I am using Purchases.shared.presentCodeRedemptionSheet() to trigger redeem coupon view.
How can I handle the purchase and execute some code after purchase is done?
Normally I can handle it inside
Purchases.shared.purchasePackage(package) { _, purchaserInfo, _, _ in
But I want to know how to handle that case when using presentCodeRedemptionSheet