-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
New issue checklist
- [ x ] I have reviewed the
READMEand documentation - [ x ] I have searched existing issues and this is not a duplicate
General information
Superwallversion: 4.6.0- iOS version(s): 17
- CocoaPods/Carthage version (if applicable):
- Xcode version: 16.4
- Devices/Simulators affected: Device
Describe the bug
I have side menu which implements embedded paywall view using PaywallView. In same view I have button which will open different paywall (Superwall.shared.register(placement: "manual_present")), but then PaywallView is active I get this message:
▿ 2025-08-05T08:34:48.947Z ‼️ [Superwall] [paywallPresentation] - ERROR: Paywall Already Presented: 1 key/value pair
▿ (2 elements)
- key: "info"
▿ value: 1 key/value pair
▿ (2 elements)
- key: "message"
- value: "Superwall.shared.isPaywallPresented is true"
Steps to reproduce
- Implement PaywallView: PaywallView(placement: "sidemenu")
- Try present different paywall: Superwall.shared.register(placement: "manual_present")
- In console you will see error.
Metadata
Metadata
Assignees
Labels
No labels