Question

Footer Paywall in Kotlin

  • 25 November 2023
  • 1 reply
  • 41 views

Badge

Hey, are there any examples how to implement footer Paywall in pure Kotlin without Jetpack Compose? I can’t find anything on the net :(


1 reply

Userlevel 2
Badge +3

Hi @perry, unfortunately Footer paywalls are only supported when using Jetpack Compose. For non-compose apps, we currently present the paywall as an activity, making it very difficult to set UI to display behind the footer.

If none of our current templates work for you, I would suggest to try using Compose only for your paywall screen and wrapping it inside a Fragment/Activity so you don’t need to modify the rest of your app.

Let us know if you have any feedback or ideas on how to make this feature better!

Reply