Privacy focused insight summariesNew

Mobile analytics without advertising tracking.

Understand onboarding, paywalls, retention, and revenue for iOS and Android apps without sending raw account IDs or advertising identifiers.

No credit cardSDK in 5 minutesPrivacy review tools
Sample data
DAU+6.2%
48.2k
Trial conv.+0.4pt
4.83%
MRR+7.7%
€128k
Crash-free+0.1pt
99.8%
Active users
Daily unique users, hashed
30d90d
Example summary
Onboarding completers retain 23% better. Pro monthly is the strongest trial source.
iOS61%
Android35%
Example app categories AppMetricsKit is built for
Meditation apps
Fitness apps
Habit trackers
Productivity apps
Nutrition apps
Learning apps
Everything you ship around

One cockpit for the whole subscription loop.

From first launch to renewal, measured precisely, protected by privacy guardrails, and ready when your SDK sends its first event.

Onboarding funnels

See exactly where new users drop between first launch and their first win, broken down by version and platform.

Paywall analytics

Impressions, CTA taps, conversion, and revenue per visitor for every paywall variant. Find the winner fast.

Retention cohorts

Weekly cohort curves that show whether your latest release actually keeps people coming back.

Purchase tracking

SDK helpers and provider webhooks normalize trials, renewals, refunds, and failed payments into clean events.

Privacy guardrails

PII detection, payload rules, and event rows without IP addresses help keep analytics defensible.

Manual data exports

Download recent events as CSV or NDJSON. Destination delivery workers remain in development.

Why teams switch

Built for mobile apps, not bolted onto a web analytics tool.

General analytics tools make you model paywalls and StoreKit yourself, then ask for personal data you do not want to hold.

Native mobile event model
Sessions, app versions, devices, and store events are built in.
Pseudonymous by default
No raw account IDs, advertising identifiers, user profiles, or cross app identity graph.
One revenue taxonomy
Provider webhooks and SDK helper events map trials, renewals, and refunds into consistent event names.
Capability
AppMetricsKit
Generic tools
Native paywall analytics
Varies
Purchase event helpers
Varies
Pseudonymous by default
Varies
App Store privacy label helper
Varies
Manual exports and destination config
Varies
Per-event pricing
Varies
Five-minute setup

Drop in the SDK. Fire your first event before coffee.

Native SDKs for Swift and Kotlin. Track clean events, capture sessions, and keep personal identifiers out of the payloads you send.

1Add the package via Swift Package Manager or Gradle
2Configure with an ingest key and strict privacy mode
3Track typed events while sessions are captured automatically
Read the docs
import AppMetricsKit

// Configure once at launch; raw account IDs are never sent
AppMetricsKit.configure(
  AppMetricsConfiguration(
    ingestURL: URL(string: "https://appmetricskit.com/api/ingest")!,
    ingestKey: "amk_live_pf_3xK...",
    collectionEnabled: false,
    automaticAppLaunchTracking: false
  )
)

// After your app's analytics consent gate
AppMetricsKit.setCollectionEnabled(true)
AppMetricsKit.track("Paywall.viewed", payload: ["plan": "pro_monthly"])
Privacy as a feature

Insight you can defend in a privacy review.

SDKs hash configured user identifiers, event rows do not store request IPs, and risky payload keys are flagged at ingest.

SDK identifier hashingNo IPs in event rowsPII payload detectionGDPR/CCPA support tools
Example audit scoreSample
94OUT OF 100
PII pattern checksOn
Hashed app identifiersSDK
IP stored with eventsNo
Pricing that scales with events

Start free. Pay only as you grow.

Every plan includes SDK access, dashboards, privacy guardrails, experiments, provider webhooks, and manual exports. Plans differ by event volume, retention, API scopes, support, and usage limits.

Monthly subscriptions only. Annual billing is not enabled in Stripe yet.
Free
1M events / mo
€0
Start free
Core dashboards
7-day data retention
Events pause at the limit
Community support
Indie
5M events / mo
€29/mo
Choose plan
Everything in Free
90-day data retention
Full API key scopes
Email support
POPULAR
Growth
25M events / mo
€99/mo
Choose plan
Everything in Indie
13-month data retention
Events continue past the limit
Priority support
Scale
100M events / mo
€299/mo
Choose plan
Everything in Growth
24-month data retention
Events continue past the limit
Dedicated support
Need more than 100M events or enterprise controls? Talk to us about Enterprise

Ship your next release with answers, not guesses.

Install the SDK, send a test event, and watch your funnel light up on the free tier.