Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
Added video explainer to Products, Entitlements, Offering page (#240)
Browse files Browse the repository at this point in the history
Added an embedded video explainer that covers most everything on this
page

---------

Co-authored-by: Charlie Chapman <charlie.chapman@revenuecat.com>
  • Loading branch information
charliemchapman and Charlie Chapman authored Aug 3, 2023
1 parent 66f9111 commit 4c2fa87
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion docs_source/🚀 Getting Started/configuring-products.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ hidden: true
---
The RevenueCat dashboard allows you to specify what level of access each product should unlock for your users, which can greatly simplify your in-app code to check for subscription access. The dashboard also allows you to configure which in-app products are shown to your users remotely, so you can control how they're presented without the need to update your app. This is great for experimenting how different product configurations affect key subscription metrics.

[block:embed]
{
"html": "<iframe class=\"embedly-embed\" src=\"//cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FQxHeZiW4KCA%3Ffeature%3Doembed&display_name=YouTube&url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DQxHeZiW4KCA&image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FQxHeZiW4KCA%2Fhqdefault.jpg&key=7788cb384c9f4d5dbbdbeffd9fe4b92f&type=text%2Fhtml&schema=youtube\" width=\"854\" height=\"480\" scrolling=\"no\" title=\"YouTube embed\" frameborder=\"0\" allow=\"autoplay; fullscreen; encrypted-media; picture-in-picture;\" allowfullscreen=\"true\"></iframe>",
"url": "https://www.youtube.com/watch?v=QxHeZiW4KCA",
"title": "RevenueCat Products, Offerings, and Entitlements Explained",
"favicon": "https://www.google.com/favicon.ico",
"image": "https://i.ytimg.com/vi/QxHeZiW4KCA/hqdefault.jpg",
"provider": "youtube.com",
"href": "https://www.youtube.com/watch?v=QxHeZiW4KCA",
"typeOfEmbed": "youtube"
}
[/block]

There are three levels of product configuration available within RevenueCat:
1. Products
2. Entitlements
Expand Down Expand Up @@ -140,4 +153,4 @@ The packages within an offering can be updated at any time, and their display or
# Next Steps
You've successfully created Entitlements, Offerings, and Packages, and have attached products to be used in your app.

Continue on to [Displaying Products](doc:displaying-products) to start showing your new Offering in your app.
Continue on to [Displaying Products](doc:displaying-products) to start showing your new Offering in your app.

0 comments on commit 4c2fa87

Please sign in to comment.