Posts

Post not yet marked as solved
8 Replies
5.5k Views
Hi,I was just reading over Apple's subscription policy here:https://developer.apple.com/app-store/subscriptions/Specifically, I have a question about the "85% Revenue After One Year", which is:"Days of paid service continue to accumulate when users upgrade, downgrade, or crossgrade within a subscription group. Even if a user cancels and resubscribes within 60 days, they will still accumulate days of service from the point where they lapsed. If they resubscribe after this 60-day grace period ends, their days of paid service starts over, and you receive 70% of the subscription price until one year of accumulated service passes. Each time a user cancels, a new grace period begins."I am using Apple's server-to-server notification service for auto-renewable subscriptions, and our game uses its own analytics system for tracking purchases. One of the fundamental questions we want to answer is "How much money are we making from subscriptions?". To answer this, we need to determine what our percentage (70% or 85%) is. With this in mind, one of Apple's server notifications is "INTERACTIVE_RENEWAL". Does this notification implement Apple's 60 day policy? In other words, is this notifiation sent ONLY FOR subscriptions that are renewed within 60 days? If not, what are the rules behind this notification?Thanks!--Brennan
Posted Last updated
.