Question

Prorationmode IMMEDIATE_AND_CHARGE_FULL_PRICE missing from Flutter SDK

  • 21 December 2022
  • 8 replies
  • 94 views

Badge +5

I am not finding the “IMMEDIATE_AND_CHARGE_FULL_PRICE” Proraion-mode option on the Flutter SDK. 

 

Is this available on the latest package? We are using the version ^3.10.0 now. 

 

We need this Prorationmode but the SDK enum does not have this method. 

 

Anyone found a work around? 


8 replies

Userlevel 5
Badge +8

@Meet I pushed an update to all SDKs, it’s now available everywhere starting with: 

  • purchases-unity 4.13.0
  • react-native-purchases 5.12.0
  • cordova-plugin-purchases 3.12.0
  • purchases-flutter 4.11.0
Badge +5

I had to Fork the library and edit my self.

RevenueCat please wake up..

Userlevel 5
Badge +8

@Saku Thanks for bringing this to our attention! It looks like we missed that proration mode when it got added in BillingClient v4. 

If you already have a fork adding the value, we’d be more than happy to review a pull request and integrate the changes! 

If you don’t want to open up a pull request, we can add it to our backlog. Let me know! 

Badge +5

Any update? @Andy 

Userlevel 5
Badge +8

@Jacint @Saku Haven’t done it yet, finding time in the backlog can be rough. But I’m going to go ahead and add this myself, test it and push an update soon. Thanks for your patience on this. 

Badge

Any update about “IMMEDIATE_AND_CHARGE_FULL_PRICE” Proraion-mode ? @Andy 

Badge +1

is it mean that Revenue cat in flutter always use immediate and Charge full price if I update a new product?

For example 
 

I’ll update to packageBasic $210 to packagePremium $410 
The user going to pay $410 ? because in Flutter we have  IMMEDIATE_AND_CHARGE_FULL_PRICE how default? 

Userlevel 5
Badge +8

@victor-manuel-lagunas-132a70 you can optionally pass in the proration mode you wish to use: 

https://github.com/RevenueCat/purchases-flutter/blob/main/lib/purchases_flutter.dart#L368

 

More information on proration modes here: https://www.revenuecat.com/docs/subscription-guidance/managing-subscriptions#google-play

Reply