Managing Subscriptions with Annual Commitment and Monthly Payments

Integrations

Hello everyone,

I want to implement a specific subscription model. Here are the details of the subscription I want to set up:

• Monthly payment of €9.89

• Annual commitment and renewal

The problem is that it seems it is not possible to natively create this type of subscription via Google and Apple…

Furthermore, even if the annual commitment is managed contractually, users can unsubscribe via the Google Play Store at any time, even during the annual commitment period.

I have considered using RevenueCat to better manage subscriptions and centralize data, but I am looking for confirmations on the feasibility and the best way to integrate this with Google Play and Apple Pay payments for a subscription with monthly payments and annual commitment/renewal.

My questions are:

• How have you managed annual commitments with monthly payments in your FlutterFlow applications, specifically using RevenueCat?

• Have you encountered similar challenges and how did you overcome them?

I am open to any suggestions or experiences that could help me address these challenges more effectively. Thank you in advance for your help and advice! 😀

What have you tried so far?

ChatGPT suggests managing the commitment outside of RevenueCat/Google/Apple, for example with clauses in the terms and conditions… I don’t find this solution operationally acceptable (no way to truly enforce the commitment without initiating a legal dispute each time).

Did you check FlutterFlow's Documentation for this topic?
Yes
2