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!