Skip to main content

I created a paywall, started testing and everything worked fine. But then I deactivated the offer in Google Play and added a new one and after that errors started appearing in the window and now the basic screen is displayed. I have already recreated the offer, but nothing has changed. I’m used Flutter and packages purchases_flutter: ^8.9.0 & purchases_ui_flutter: ^8.9.0


W/>Purchases](10485): The Paywall references a package with id '$rc_monthly', but Offering 'new-default' does not contain such a package. It has these packages instead: d$rc_lifetime, $rc_weekly, $rc_annual]. Either add the missing package to the Offering or remove it from the Paywall.
W/>Purchases](10485): Displaying default template due to validation errors.
W/>Purchases](10485): Could not process value for variable 'sub_offer_duration' for package '$rc_lifetime'. Please check that the product for that package matches the requirements for that variable. Defaulting to empty string.
W/>Purchases](10485): Could not process value for variable 'sub_offer_duration' for package '$rc_weekly'. Please check that the product for that package matches the requirements for that variable. Defaulting to empty string.
W/>Purchases](10485): Could not process value for variable 'sub_offer_duration' for package '$rc_annual'. Please check that the product for that package matches the requirements for that variable. Defaulting to empty string.
D/>Purchases] - DEBUG(10485): Tracking event: PaywallEvent(creationData=CreationData(id=3990c1ba-4d37-40af-87ed-6899acf659ac, date=Tue Jun 03 18:44:35 GMT 2025), data=Data(offeringIdentifier=new-default, paywallRevision=11, sessionIdentifier=e28e9ee9-8955-46a2-907c-0bc84bbc0a57, displayMode=full_screen, localeIdentifier=en_US, darkMode=false), type=IMPRESSION)

 

 

Hi ​@Serhii Moroz, those logs (as well as the contents of the fallback paywall) suggest that there was an issue loading the $rc_monthly package from your offering.

I just tried displaying your paywall on an Android device and it appears to display successfully (i.e. it looks the same as the screenshot from the RevenueCat Paywall Editor).

Were you able to get this resolved?


Hello, ​@chris_perriam.Thanks for your reply. No, the problem is not solved. The problem is not in the payment screen, but in the fact that I deactivated the subscription in Google Play, created a new one, imported all this into RevenuCat, removed the old premium from the offer and connected this new subscription in the payment screen and after that errors began to appear.


@Serhii Moroz I apologize, but I’m still unsure about what the current issue is.
 

Are you still seeing the placeholder paywall with only 3 products on your device?

You mention that the problem is not in the payment screen - is there an issue with using other parts of your application?

Sorry for the confusion, I just want to make sure I understand your problem as accurately as possible.


Reply