purchasePackage
method hangs forever with DEFERRED proration. No information about DEFERRED subscription
#832
Labels
bug
Something isn't working
Hi all,
I use a React Native SDK. I have several plans. When I want to downgrade to a cheaper plan, I try to use a DEFERRED proration mode. The change is successful on Google Play's side, but
purchasePackage
method hangs forever.Also, when I use
restorePurchases
method, I do not get any update about a change in the plan. Which is probably logical, since I do not see any changes in my dashboard until the moment, when the plan actually changes (when the old plan expires).I wonder, is it an expected behavior or a bug? And I am also surprised that this option was removed from v7 at all. How should we handle downgrades on Google Play?
Thank you!
Purchases.setLogLevel(Purchases.LOG_LEVEL.DEBUG);
but I do not see anything in my loga.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: