Skip to main content
Question

How to show a PaywallDialog in Android SDK without using compose?

  • 17 June 2024
  • 2 replies
  • 31 views

By reading the docs of Displaying Paywalls, it seems like Paywall Dialog is only available when using compose. Is there any non compose way of displaying it?

Thanks.

This post has been closed for comments

2 replies

Badge +3

 

Userlevel 2
Badge +5

Hey @augustocarmomesa,

As @gym-rat correctly points out, there are other ways you can implement it without using Compose.

You can go here and click on the Manually version of the code snippets to see how to do it.

 

Best,