Revenuecat products are null while testing and trying to design paywall

Viewed 1632

Trying to design the paywall following the example flutter app provided by RevenueCat and when I configure the offering are always null.

Running version purchases_flutter: ^1.1.1

Offerings.current = NULL <- this is my problem.

In Google console the app ids are: com.sampleapp.moments.1month, com.sampleapp.moments.yearly and are both active.

How can I go about testing and designing a paywall page if the offerings are null? How can I get this to work?

Error code, following the example: https://github.com/RevenueCat/purchases-flutter/blob/develop/example/lib/main.dart

[        ] D/[Purchases] - DEBUG(14481): Requesting products with identifiers: com.sampleapp.moments.1month, com.appname.moments.yearly
[  +82 ms] D/[Purchases] - DEBUG(14481): Products request finished for com.sampleapp.moments.1month, com.sampleapp.moments.yearly
[        ] D/[Purchases] - DEBUG(14481): Retrieved skuDetailsList: 
[        ] D/[Purchases] - DEBUG(14481): Requesting products with identifiers: com.sampleapp.moments.1month, com.sampleapp.moments.yearly
[        ] D/[Purchases] - DEBUG(14481): Products request finished for com.sampleapp.moments.1month, com.sampleapp.moments.yearly
[        ] D/[Purchases] - DEBUG(14481): Retrieved skuDetailsList: 
[+3804 ms] D/[Purchases] - DEBUG(14481): Vending purchaserInfo from cache
[  +99 ms] D/[Purchases] - DEBUG(14481): Vending offerings from cache
1 Answers
Related