Real-Time Developer Notifications — Google Play's push notification system that tells your backend about subscription lifecycle events as they happen.
RTDN (Real-Time Developer Notifications) is Google Cloud Pub/Sub topic that Google Play pushes messages to when subscription events occur — renewals, cancellations, expiries, grace period starts, account hold, and more. Instead of polling the Google Play Developer API to check subscription state, you subscribe to Pub/Sub and receive events in near real time.
RTDN is essential for accurate subscription management. Without it, you would not know a subscription was cancelled until the next time the user opens your app. With RTDN, your backend is notified within seconds, and can update entitlement state immediately.
Each RTDN event carries a purchase token that identifies the affected subscription.
RTDN events complement server-side validation by keeping subscription state fresh between user-triggered checks.
RTDN events feed directly into MRR calculations — accurately tracking renewals and cancellations in real time.
Free tier — unlimited apps, 1 paywall. No credit card, no revenue share.
Start free