Hi
I create one subscription with two base plans(both with free trial offer).
one is backwards compatible(monthly),other is non backwards compatible
And I created a default offering with three packages,(monthly, yearly, lifetime)
when I called getOfferings() to get all available packages I only get monthly and lifetime ,can’t get yearly(non backwards compatible) package.
I tried RevenueCatUI.presentPaywall(); It also get only two packages.
btw I tried this:https://community.revenuecat.com/tips-discussion-56/google-play-store-non-backward-compatible-not-being-fetched-3888?tid=3888&fid=56 Not working
What can I do to solve this problem? Thank u!
purchases_flutter: 8.6.1 (I also tried 8.6.0 and 8.3.1)
Flutter: 3.27.1
com.android.application:8.9.0 (also tried 8.8.0)
gradle: gradle-8.12.1-all.zip
