// comparison
RevenueHog vs RevenueCat
These are different tools that happen to share a word. RevenueCat sells purchase infrastructure; RevenueHog sells visibility. Here's an honest feature table, when each is the right choice, and how to use both at once.
last updated 2026-07-11 · by revenuehog
tl;dr
Building in-app purchases (paywalls, entitlements, cross-platform)? Use RevenueCat. Watching App Store revenue (live events, MRR, churn, alerts) with no SDK and no cut of your revenue? Use RevenueHog. Already on StoreKit 2 with your own purchase code? RevenueHog gives you the analytics without adopting infrastructure you don't need. And because RevenueHog forwards Apple's verbatim payloads, "both" is a real option.
What each product is
RevenueCat is in-app purchase infrastructure: an SDK for iOS, Android and web that runs your purchase flow, keeps entitlements consistent across platforms, and adds paywall tooling, experiments, webhooks and charts on top. Pricing is usage-based: free up to $2,500 of monthly tracked revenue, then 1% of MTR (as of 2026-07-11, revenuecat.com/pricing).
RevenueHogis revenue telemetry for App Store developers: connect an App Store Connect .p8 key and every app on the key imports with about a year of daily history (Apple's daily-report limit); Apple's Server Notifications V2 stream into a live feed with MRR, churn, trials and customer LTV on top, and get forwarded, verbatim, to any endpoints you configure. No SDK (optional SDKs add user-level attribution only). Everything on the web is free; the only paid thing is the iOS push-alerts subscription ($4.99/mo or $39.99/yr). Never a percentage of your revenue.
Feature table
| RevenueHog | RevenueCat | |
|---|---|---|
| Data source | Your App Store Connect API key + Apple Server Notifications V2 | Its SDK in your app + server-side receipt/transaction handling |
| SDK required | No. Nothing ships in your app (optional SDKs add user-level attribution only) | Yes: the SDK (or a server integration) is the product's foundation |
| Price | Free on the web, all of it; the only paid thing is the iOS alerts subscription ($4.99/mo or $39.99/yr) | Free up to $2,500/mo tracked revenue (MTR), then 1% of MTR (as of 2026-07-11) |
| Platforms | Apple / App Store only (today) | iOS, Android, web and more |
| Live purchase events | Yes: Apple's Server Notifications V2, verified and streamed to a live feed | Yes: its own webhook events derived from store notifications |
| Event forwarding | Yes: relays Apple's verbatim signedPayload, so downstream signature verification still works | Webhooks + integrations in RevenueCat's own event format |
| Paywalls & A/B testing | No, not what RevenueHog does | Yes: paywall tooling and experiments (a core RevenueCat strength) |
| Entitlements at runtime | No. RevenueHog doesn't sit in your purchase path | Yes: entitlement checks via SDK/API (a core RevenueCat strength) |
| MRR / churn analytics | Yes: MRR, churn, trials, revenue/day, per app or portfolio-wide; free | Yes: charts and metrics on tracked revenue |
| Customer LTV | Yes: per-customer LTV and purchase history derived from transactions | Yes: customer profiles and LTV |
| Push alerts on your phone | Yes: iOS app with per-event alerts, $ thresholds, quiet hours, MRR milestones (the $4.99/mo subscription) | Via integrations (e.g. Slack) rather than a first-party alerts app |
| Home/lock-screen widgets | Yes: iOS widgets (today's haul, MRR sparkline, trials) | — |
When RevenueCat is the better choice
Pick RevenueCat over RevenueHog if any of these are true:
- ▸You're building or rebuilding your purchase flow. Paywall tooling, remote paywall config, and A/B price experiments are RevenueCat's home turf; RevenueHog has none of that, on purpose.
- ▸You ship on Android or cross-platform. RevenueHog is Apple-only today; RevenueCat unifies iOS, Android and web subscriptions in one system.
- ▸Your app logic needs runtime entitlement checks. "Is this user premium right now, on any device?" is a purchase-infrastructure question, and RevenueCat answers it.
- ▸You want managed receipt/transaction validation inside your product's critical path, rather than running your own StoreKit 2 server logic.
When RevenueHog fits
- ▸StoreKit 2 already handles your purchasesand adopting an SDK just to see charts feels backwards. RevenueHog reads Apple's data directly; nothing ships in your app.
- ▸You want analytics without integration work: one .p8 key, every app on it imports, about a year of history appears, and the live feed starts when the (one-paste or one-click) notification wiring is in.
- ▸You don't want a tool taking a percentage of your revenue.RevenueHog never does; growth doesn't change what you pay.
- ▸You want the events on your phone: renewals, trials, churn as push alerts, plus widgets, with thresholds and quiet hours so it's signal, not noise.
Use both
Apple allows exactly one production Server Notifications URL per app, which usually forces a choice. RevenueHog's forwarding removes it: point Apple at RevenueHog, then add RevenueCat's Apple notification URL (and/or your own backend) as forwarding endpoints. RevenueHog relays Apple's verbatim signed payload(not a re-signed or reformatted copy), so every downstream consumer's signature verification keeps working exactly as if Apple had called it directly. Details in the Server Notifications V2 guide.
FAQ
Is RevenueHog a RevenueCat alternative?
Can I use RevenueHog and RevenueCat together?
Does RevenueHog take a percentage of my revenue?
Do I need to change my app to use RevenueHog?
Does RevenueHog support Android / Google Play?
How far back does RevenueHog's history go?
Ready to see your own numbers? Start free, or check pricing first (short version: free).
sources
RevenueCat pricing — revenuecat.com/pricing (free ≤ $2,500 MTR, then 1% of MTR; checked 2026-07-11).
Apple: App Store Server Notifications V2 — developer.apple.com/documentation/appstoreservernotifications (one production URL per app).
RevenueHog pricing — this site's /pricing (prices from the same source the app bills from).
// related