A privacy-first platform that attributes installs and pays partners
Compliant with App Store privacy rules.
Explicit attribution, zero tracking, and automatic partner payouts.
Built by developers who wanted to revenue-share with their partners
We wanted a system that made revenue sharing effortless for apps and the partners who promote them, and nobody else offered it.
Explicit Attribution
(No Guessing)
Referral codes confirm who brought the install. No device IDs, no hidden tracking, no guesswork. (QR codes coming soon)
Automatic Partner Payouts
(Stripe Powered)
We track earnings and hand payouts to Stripe for secure transfers. No spreadsheets or manual work required.
Dashboards and Analytics
Visualize installs, referrals, partner performance, and revenue growth in one place. No CSV exporting needed (but you can if you want to).
Earnings and Payout Tracking
Every partner and every dollar accounted for. Track balances, pending payouts, and history with confidence.
No Fingerprinting
(App Store Safe)
No device tracking or probabilistic matching. Built to stay compliant with App Store privacy requirements.
Deep Linking Support
Route users straight into your app with deep links that preserve referral context across install and first open.
RevenueCat, App Store, and Google RTDN Event Sync
We ingest RevenueCat webhooks, App Store notifications, and Google RTDN to keep your data accurate without polling.
Simple SDKs (Use Your Stack)
Fetch, REST, or typed TypeScript client with clean responses. Works with React, Swift, Kotlin, Go, Ruby and more.
How it works
A referral journey that respects privacy at every step, from link tap to payout.
User Installs and Confirms
The user installs the app.
If a code was shown, they paste it inside your app to confirm the referral.
With time-based attribution, the install is matched automatically.
Attribution is now locked in.
User Subscribes, Partner Earns
The user purchases inside your app.
We track the revenue, calculate the partner’s share, and queue payouts through Stripe.
Partners get paid their percentage without extra work.
Set it up before your coffee gets cold
Use our SDK to set up your website and app in minutes. We're constantly adding new SDKs in other languages, but you can always use our REST API directly.
import { createBitEasyClient, deferPreflight, defer } from "@biteasy/javascript-sdk";
const client = createBitEasyClient({ appId: "YOUR_APP_ID" });
// Explicit attribution (e.g. for generating claim codes)
const preflight = await deferPreflight(client, {
referrer: "partner-123"
});
// Or best-effort deferral (time-based)
await defer(client, {
referrer: "partner-123",
platform: "web"
}); import { createBitEasyClient, claimAttribution } from "@biteasy/javascript-sdk";
const client = createBitEasyClient({ appId: "YOUR_APP_ID" });
// Claim attribution on first app launch
const attribution = await claimAttribution(client, {
installId: "unique-device-id",
platform: "ios", // or "android"
claimCode: "ABC-123", // Optional: if provided by user
});
if (attribution.status === "claimed") {
console.log(`Attributed to ${attribution.referrer}`);
} POST https://api.biteasy.com/api/v1/claim
Content-Type: application/json
{
"appId": "YOUR_APP_ID",
"installId": "unique-device-id",
"platform": "ios",
"claimCode": "ABC-123"
} Turn Installs Into Revenue You Can Share
Grow faster, pay partners fairly, and stay inside App Store rules.
Plans that grow with apps and teams
The Standard plan includes a 14-day free trial. No credit card charged until your trial ends.
Bootstrap
$29.99 /month
For creators launching their first referral program.
Plan includes:
- 1 App
- 10 Links
- 10 Partners
- 1,000 Monthly Attributions
- $500 Monthly Payout Volume
- Standard Priority Support
- 1¢ per attribution past the monthly limit
Standard
Best Value$49.99 /month
14-day free trial · Credit card required. For growing businesses scaling their partnerships.
Plan includes:
- 3 Apps
- 50 Links
- 50 Partners
- 10,000 Monthly Attributions
- $1,000 Monthly Payout Volume
- Standard Priority Support
- 1¢ per attribution past the monthly limit
Scale
$199.99 /month
For high-volume programs needing unlimited reach.
Plan includes:
- 10 Apps
- Unlimited Links
- Unlimited Partners
- 50,000 Monthly Attributions
- $3,000 Monthly Payout Volume
- High Priority Support
- 1¢ per attribution past the monthly limit
Looking for more?
Custom limits, dedicated support, and enterprise features
Paid plans include metered billing: Attributions beyond your included monthly limit are billed at $0.01 each, and payout volume beyond your included monthly volume is billed at 3.5% of the payout amount at the end of your billing cycle. You will be notified via email when you reach 80% of your monthly limit.
An attribution represents one confirmed referral install credited to a specific partner or referral link.
It is recorded only after a user installs your app and explicitly completes a referral claim, ensuring accurate, privacy-safe attribution without fingerprinting or guesswork.
All prices are exclusive of applicable taxes.
Questions?
We're here to answer any questions you may have.