Skip to main content

We are currently using RevenueCat in Observer mode on Android. We would like to create a Paywall and show it. Is that possible in observer mode though? I couldn’t find anything in the documentation.

It seems that the Paywall handles the purchase itself and only provides callbacks for a finished purchase. But we would need to process the purchase ourselves.

Hi ​@innovaptor,

If you are using the native Android SDK then yeah it’s possible to do so. It’s not that straightforward because you’ll have to watch the transaction queue since the SDK won’t finish the purchase due to the observer mode.

Let me know if this helps!


Reply