Question

edit product description

  • 2 March 2022
  • 3 replies
  • 153 views

Badge +2

How can I edit the description of a product I have created? I see how I can edit the description of an entitlement or offering, but not a product.


3 replies

Userlevel 5
Badge +10

Hi @R. Mark Volkmann 

When creating a RevenueCat product, we actually don’t have a description field. For reference: 

If you’re attempting to change the product identifier, I would recommend creating a new product. 

Badge +2

After I retrieve the offerings (there's only one), I get the first one from the array.

That I get the package and product like this:

 

```dart

final package = offer?.availablePackages.firstOrNull;
final product = package?.product;

```

Then I display the value of `product.description` and `product.priceString`.

The description I see is “This unlocks the ability to add more than two people and more than two occasions.”

I’m sure I entered that somewhere during my setup of all the pieces. But now I can’t find that anywhere in the RevenueCat UI and I want to modify it.

Userlevel 5
Badge +10

Hi @R. Mark Volkmann 

Got it, thank you for clarifying! That description is actually what you inputted inside the app store. Here’s our docs on Apple products and Android products.

Reply