Hello,
I’m using Revenuecat SDK in flutter (purchases_flutter 6.30.2).
I have an app on Google Console with a free phase of 10 days.
When I call Purchases.getOfferings(), I'm getting it, but the duration is expressed as below:
period shows P1W3D = 10 days (ISO 8601), which is ok.
periodNumberOfUnits = 7 days, which is wrong.
Is there a problem in my interpretation or the data returned is inconsistent ?
I found the same problem in freePhase.billingPeriod:
Thanks for your support
Chris