Hi RevenueCat Community,
I'm having an issue with the RevenueCat paywall integration in my Android app. I’m using the PaywallActivityLauncher
to display the paywall, and I set the flag shouldDisplayDismissButton = true
in the launch options. However, the close (dismiss) button does not appear on the paywall.
My implementation looks like this:
paywallActivityLauncher.launchIfNeeded( requiredEntitlementIdentifier = Constants.ENTITLEMENT_ID, shouldDisplayDismissButton = true )
Context:
- I’m using the latest version of the RevenueCat SDK.
- My paywall template in the RevenueCat Dashboard is set to the default configuration.
- I’ve also checked for any possible theme or styling issues (e.g., the button not being visible due to color conflicts), but nothing seems to work.
What I've Tried:
- Verifying my SDK version.
- Confirming that the paywall is being launched as a new Activity (which should display the close button by default).
- Checking the dashboard settings for any customization that might hide the dismiss button.
Despite these efforts, I still do not see the close button on the paywall. Has anyone encountered this issue before? Are there any known workarounds or additional settings I might need to adjust to enable the dismiss button?
Any help or guidance would be greatly appreciated!
Thanks in advance!

Paywall Dummy