New issue checklist
General information
Superwall version: 4.4.1
- Xcode version: 16.4
- Devices/Simulators affected: macOS 15.5 via Catalyst
Describe the bug
The paywall controller is created via Superwall.shared.getPaywall(forPlacement:... then assigned to a window.
The first time it's presented, it works as expected, you can interact with it, subscribe... But the second time, it becomes blank as soon as you click anywhere. Not necessarily on a button.
Here is a screenshot of the paywall window after a random click on it, the second time it was presented:
Steps to reproduce
- Present paywall
- Close it
- Present paywall
- Click anywhere
Other Information
The code to present the paywall on an iPad, is the same but there it works as expected, no blank paywall issue even after two or more presentation.
New issue checklist
READMEand documentationGeneral information
Superwallversion: 4.4.1Describe the bug
The paywall controller is created via
Superwall.shared.getPaywall(forPlacement:...then assigned to a window.The first time it's presented, it works as expected, you can interact with it, subscribe... But the second time, it becomes blank as soon as you click anywhere. Not necessarily on a button.
Here is a screenshot of the paywall window after a random click on it, the second time it was presented:
Steps to reproduce
Other Information
The code to present the paywall on an iPad, is the same but there it works as expected, no blank paywall issue even after two or more presentation.