Question

Where to edit descriptin passed in getOfferings() ?


Badge

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?

 


This post has been closed for comments