Question

Custom product offering in paywall page

  • 16 May 2024
  • 1 reply
  • 42 views

Badge +3

Hi, I’d like to use the purchase_ui library in flutter but as stated in the docs you can only pass a offering as parameter to the Paywall widget.

For my use case I need more customization, is there a way to pass a list of StoreProductDiscount (Apple) or SubscriptionOption (Android) ?


1 reply

Userlevel 4
Badge +8

Hi, at this time it is not possible to pass either of those objects to our paywalls, only offerings can be passed as a parameter as our paywalls are tied to specific offerings. That being said, RevenueCat will  pick up introductory offers automatically on iOS and we will use the default subscription option (which is the best one) on Android (with Google Play).

Reply