Closed EugeniuszX closed 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.
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