Solved

How to implement promo codes with flutter for Android and iOS?

  • 3 March 2022
  • 1 reply
  • 1823 views

Badge +1

We wanna implement promo codes (like -20% price for subscription) with Flutter for both Android and iOS platforms, it look’s similar with this question.

So, do we have any example?
There is no example on how do that in official resources.
Very appreciate for the help!

icon

Best answer by tina 4 March 2022, 19:49

View original

1 reply

Userlevel 5
Badge +10

Hey @Vaan Neko 

Having a singular code for both platforms is something that RevenueCat does not support. The reason for this is RevenueCat is not a payment processor, so all subscriptions and codes should be generated and redeemed through the app store themselves. Also, I don’t believe Android has a concept of a promo code that allows you to provide a discount. Google Play Promo Codes are limited to only offer a free trial of a subscription. For reference: https://docs.revenuecat.com/docs/android-promo-codes 

Reply