In-App Purchases with RevenueCat
Overview
In-app purchases (IAP) refer to the ability to offer additional content or features within a mobile app for users to buy using real money. This provides a monetization strategy for app developers, allowing them to generate revenue from their apps. It's a way to offer users the option to enhance their app experience by purchasing extra items or features, such as digital goods, subscriptions, and premium content.
RevenueCat Account Setup
What is RevenueCat?
RevenueCat is a platform that is used to manage in-app subscriptions and purchases. It provides tools and services to handle subscription billing, manage user entitlements, and analyze revenue data. This platform simplifies implementing and managing in-app purchases and subscriptions, making it easier for you to monetize your apps effectively.
RevenueCat allows you to start for free with everything you need to build, maintain, and grow your subscription app. Once you surpass their defined earning threshold ($2,500 USD at the time of publishing), you will be required to pay. More information is available here: RevenueCat Pricing.
RevenueCat Setup
Create a RevenueCat Account. Additional instructions are available here: Revenue Cat SDK Quickstart.
Configure your RevenueCat project and apps. Instructions are available here: Revenue Cat SDK Quickstart.
2. Connect Thunkable and RevenueCat
Connecting your Thunkable and RevenueCat accounts requires copying and pasting API keys between the two accounts. We recommend having two tabs open concurrently, one signed in to RevenueCat and the other to Thunkable with your project open.
To connect your Thunkable and RevenueCat accounts:
Navigate to your RevenueCat tab.
Click Projects in the header.

Select your project from the dropdown.
Click API Keys in the sidebar menu.
Your project's public API keys are created automatically and appear under the heading Public app-specific API keys.
Click Show key associated with your Android/iOS app.
Copy the provided Android/iOS key.
Last updated