Skip to main content
Question

Where to edit descriptin passed in getOfferings() ?

  • 11 March 2024
  • 0 replies
  • 4 views

I’ve setup my payments with various subscriptions in Play and Apple store. All working fine.

 

I need to however change the description that is displayed in my payall. I am using flutter and get offering from

offerings = await Purchases.getOfferings();

I cannot see where, I can update the description of each offering? Is this in revenue cat, or the app store(s).. eitherway I can’t see where to set it?