Skip to main content

Hello, 

I am new to revenuecat, so I'm sorry in advance if this is a very basic question.

The issue I am facing is this:
1)  when I am in the create paywall view and have selected a design, after selecting an offering.
2) I do not understand how to get the prices that are defined in the AppStoreConnect to show up in the corresponding offering in the Paywall.

I have successfully created Products with the Status being Ready to submit. The offerings and Entitlements are also created without any issue.

The big issue is when I am in the paywall editor and use Variables to show the price, the price being shown in the design is NOT my Store Price. Is this expected? Will I see the dummy RC values for prices and NOT the real prices from AppStore in the Paywall editor?
 

Hey ​@hustledevs ,

Happy to help here!

What you’re seeing is expected: the Paywall Editor uses placeholder values for prices (such as {{ product.price }}) to help you preview the layout. These are not live prices from App Store Connect or Google Play. You can read more here.

“The paywall preview is generated using our example values for each package listed above, and therefore will differ from the actual values for the products you choose to present on your paywall.” source

 

To display your real store prices, you’ll need to run your app on a real device or simulator using sandbox accounts. When your app fetches the paywall through RevenueCat’s SDK, it will pull live, localized prices automatically. More details are here: Sandbox Testing Guide.

It ensures your users always see the correct pricing and offers based on their region and currency.This said, there are a few Sandbox Limitations with testing via Sandbox - just so you’re aware of them too when you are doing your testing.

Let me know if you have any more questions!