'In-App-Purchases PresentCodeRedemption get response

We have implemented the redemption of offer codes with RevenueCat using the function

Purchases.shared.presentCodeRedemptionSheet()

As described in the RevenueCat Documentation and the Apple Documentation. In our production App the Sheet is working as expected. It shows the redeem flow and the user can redeem the offer code, but then the App doesn't get the Response to unlock the Pro-Content for the App or for showing anything to the user.

How could we get a response from StoreKIT whether or not the Offer code did worked?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source