Send a purchase token to Tierux — it verifies with Google Play or Apple, normalizes the result, and returns entitlement state. Raw tokens are never stored.
| Capability | With Tierux | Without Tierux |
|---|---|---|
| Google Play verification | POST /api/v1/purchases/google-play/verify — one endpoint | Manual androidpublisher API integration |
| Apple StoreKit 2 verification | POST /api/v1/purchases/apple/verify — JWS verified server-side | Custom JWS verification, certificate chain validation |
| Token security | Hashed for dedup, AES-256-GCM encrypted for refresh — never raw on disk | Custom — often raw in database |
| Normalized response | Same JSON shape: {active, expiresAt, status} across both stores | Platform-specific parsing required |
| Subscription lifecycle | Auto-updated via real-time developer notifications | Must build Pub/Sub + App Store Server Notification handlers |
| Pricing | Flat monthly fee, no revenue tax | % of MTR or dev time for custom build |
Tierux is pre-launch. We ship server-side verification today across Android and iOS — the core is solid, and we're expanding toward the full feature set of mature platforms.
Gate features from your backend after verification — one REST call to check active/expired/grace state.
Auto-process Google Play real-time developer notifications — renewals, expiries, cancellations handled server-side.
Wire up verification in minutes with curl examples and language-agnostic REST endpoints.
Free tier — unlimited apps, 1 paywall. No credit card, no revenue share.
Start free