Skip to main content

Implementation Responsibilities

RevenueCat is the single source-of-truth for your subscription status across iOS, Android, and web. The complicated process surrounding receipt validation and interacting with the various native frameworks like Apple's StoreKit and Google's BillingClient are handled automatically when using RevenueCat's SDK.

Subscription status isn't the only aspect of integrating subscriptions into your app, though. Paywalls, content delivery, and attribution are just some of the elements many developers will encounter in the process.

This document intends to outline the responsibilities between developers integrating the Purchases SDK, RevenueCat itself, and the various app stores (App Store, Google Play, Stripe, and Amazon Appstore).

RevenueCat Responsibilitiesโ€‹

Backendโ€‹

RevenueCat's backend will appropriately verify, parse, and validate receipts associated with customers for your app and provides continuously updating subscription status via the API and SDK.

Client SDKโ€‹

The SDK will fetch product information from stores, manage purchase logic (including purchase environments), sync receipts, fetch customer subscription status from the backend, and sync attribution data for customers.

For more information about the SDK and how to install it for your platform, check out our Installation docs.

Dashboard / Chartsโ€‹

The RevenueCat Dashboard and Charts will display revenue information based on the production receipts synced with the SDK and processed by the backend.

For more information about the Dashboard and Charts, check out our docs here.

General Responsibilitiesโ€‹

ResponsibilityDeveloperRevenueCatApp StoreGoogle Play
Fetching product information from storeโœ…โœ…โœ…
Presenting products to users for purchaseโœ…
Managing purchase logicโœ…
Processing paymentsโœ…โœ…
Managing billing/issuing refunds for subscriptionsโœ…โœ…
Unlocking gated content and featuresโœ…
Unlocking purchases initiated from the App Store / Google Play / Stripeโœ…
Syncing, parsing and verifying receiptsโœ…
Tracking entitlement statusโœ…
Tracking purchase historyโœ…
Downloading purchased contentโœ…
Identifying usersโœ…
Getting attribution data for attribution providersโœ…
Sending attribution data to attribution providersโœ…
Notifying your servers of purchase eventsโœ…
Reporting revenueโœ…โœ…โœ