Skip to main content
Answer

Paywall on android is diffferent thant IOs

  • January 2, 2025
  • 1 reply
  • 111 views

Forum|alt.badge.img+1

Hey guys,

I have only one offering and one paywall, when launching the paywall on ios, it is working well and the ui matched the paywall, but on Anroid the packages and prices are fetched well but, the paywall ui is really than on only paywall

 

I’m using this for android:

implementation 'com.revenuecat.purchases:purchases:7.1.0'
implementation 'com.revenuecat.purchases:purchases-ui:7.1.0'
 

private lateinit var paywallLauncher: PaywallActivityLauncher

paywallLauncher = PaywallActivityLauncher(this, object : PaywallResultHandler {
override fun onActivityResult(result: PaywallResult) {

 

fun showPaywall() {
paywallLauncher.launch()
}

 

Any help?

Thanks!

Best answer by Moh-Sh

I just updated to the latest version

 

implementation 'com.revenuecat.purchases:purchases:8.10.7'
implementation 'com.revenuecat.purchases:purchases-ui:8.10.7'

 

and everything is working well now

thanks!

This post has been closed for comments

1 reply

Forum|alt.badge.img+1
  • Author
  • Helper
  • Answer
  • January 2, 2025

I just updated to the latest version

 

implementation 'com.revenuecat.purchases:purchases:8.10.7'
implementation 'com.revenuecat.purchases:purchases-ui:8.10.7'

 

and everything is working well now

thanks!