Skip to main content

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!

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!