superwall / react-native-superwall

Remotely configure every aspect of your paywall and double your revenue.
MIT License
22 stars 0 forks source link

Redeem code action doesnt work #6

Closed EugeniuszX closed 1 month ago

EugeniuszX commented 5 months ago

Hey, I tried a ready-made template, and when I press the redeem code button, nothing happens. Although on iOS, a modal window for entering the code should open

image
yusuftor commented 1 month ago

You need to handle the custom action yourself using the handleCustomPaywallAction(withName:) function of the SuperwallDelegate. Whatever you pass as the name in the editor will be the name parameter passed to that function. Then it's up to you to display the redemption sheet.