Add the SDK
Install the InfluTo SDK for your stack — React Native, iOS, Android or Flutter — or call the REST API. An AI coding agent can do it via our MCP server.

RevenueCat doesn't include a native affiliate or referral feature. InfluTo adds one — creator referral codes, recurring commissions validated by RevenueCat, and automated Stripe payouts. Live in about five minutes.
RevenueCat is the best subscription backend for mobile apps — entitlements, paywalls, analytics, the works. But it has no built-in way to recruit creators, attribute the installs they drive, or pay them a cut. That's the gap InfluTo fills.
RevenueCat answers "who is subscribed, and how much are they worth?" — the revenue source of truth.
InfluTo answers "which creator drove this subscriber, and what do we owe them?" — and pays it automatically, on every renewal.
Keep RevenueCat exactly as it is. Add a creator growth loop on top.
InfluTo plugs into RevenueCat the way everything else does — over the webhook. No changes to how you track revenue.
When a referred user opens your app, the InfluTo SDK writes a RevenueCat subscriber attribute — influto_code — so the creator travels with the user into RevenueCat.
On INITIAL_PURCHASE, RevenueCat sends InfluTo the event with that subscriber attribute attached. InfluTo reads the code and matches the creator.
Each RENEWAL event adds commission at the rate locked when the subscription started — so creators earn for the lifetime of the subscriber, not just the first payment.
Commission is held through the refund window, and CANCELLATION / EXPIRATION events keep payouts honest — you don't pay on revenue that reverses.
// 1 · The InfluTo SDK tags each referred user in RevenueCat — automatically
await InfluTo.checkAttribution()
// → sets RevenueCat subscriber attributes:
// influto_code = "FITGURU30"
// 2 · When the user subscribes, RevenueCat sends InfluTo a webhook:
{
"type": "INITIAL_PURCHASE",
"subscriber_attributes": { "influto_code": { "value": "FITGURU30" } }
}
// 3 · InfluTo matches the code, attributes the subscription, and accrues
// recurring commission on every RENEWAL — at the rate locked on day one.

Most app affiliate setups pay a one-time bounty per install. That's a weak hook for serious creators — and it rewards installs, not retention.
A flat fee per install. The creator stops caring the moment the user lands — and so does the incentive to send quality.
A share of the subscription for as long as the user keeps paying. Creators keep promoting because they keep earning — and they send users who actually subscribe.
Recurring commission aligns the creator with your retention. It's why serious creators choose it.
Drag the sliders. You set the commission; you pay nothing until a creator earns you a subscriber.
Creator commission + InfluTo's 10% fee, per month — only on subscriptions that actually renew.
Illustrative estimate — you set the commission. Commission accrues on RevenueCat-validated renewals and is paid via Stripe.
You could wire all of this against the RevenueCat webhooks yourself. Here's what you'd be rebuilding.
RevenueCat stays the source of truth for your subscription revenue; InfluTo sits on top to attribute and reward the creators who drive it. Prefer to build it yourself? The same webhook is open to you — InfluTo is just the off-the-shelf version.
Add an affiliate program to your subscription app in minutes. Pay creators only when they pay off.