How App Store Revenue Works
When a user makes a purchase in your app, the money does not go directly to you. The app store collects the payment, deducts its commission and applicable taxes, and then pays you the remaining proceeds on a set schedule.
Understanding the reporting and payment cycle is essential for financial planning, tax compliance, and reconciliation. The process differs between Apple and Google in several important ways.
Apple Payment Cycle
Timeline
Apple operates on a monthly payment cycle:
- Fiscal month: Apple uses custom fiscal months (not calendar months). Each fiscal month is approximately 4-5 weeks.
- Earnings period: Transactions are grouped by the fiscal month in which they occur
- Report availability: Financial reports are available approximately 5 days after the fiscal month ends
- Payment: Proceeds are paid approximately 33 days after the fiscal month ends
Example: Sales from Apple's February fiscal month (which might run from late January to late February) are reported in early March and paid in late March or early April.
Minimum Payout Threshold
Apple has a minimum payout threshold that varies by country and currency. In the US, the minimum is $10. If your proceeds do not meet the threshold, they roll over to the next month.
Payment Methods
- Electronic Fund Transfer (EFT): Direct bank transfer. Available in most countries.
- Apple pays in your local currency based on the exchange rate at the time of the transaction (not at payout time)
Reports in App Store Connect
Key reports include Financial Reports (transaction-level data with proceeds and exchange rates), Sales and Trends (near-real-time daily data), and App Analytics (downloads and conversions). Reports can be downloaded manually or via the App Store Connect API in CSV format.
Google Play Payment Cycle
Timeline
Google also uses a monthly cycle but with a different structure:
- Calendar month: Google uses standard calendar months
- Earnings period: The 1st through the last day of each month
- Report availability: Financial reports appear by the 5th of the following month
- Payment: Proceeds are transferred by the 15th of the following month (for most payment methods)
Example: Sales from March 1-31 are reported by April 5 and paid by April 15.
Minimum Payout Threshold
Google's minimum payout varies by country. In the US, it is $1. Lower thresholds mean faster payouts for smaller developers.
Payment Methods
- Wire transfer: Available globally
- ACH (US only): Faster domestic transfers
- Google pays in your configured payout currency
Reports in Google Play Console
Google Play Console offers Estimated Earnings (near-real-time), Monthly Financial Reports (detailed transactions), and Statistics (downloads, revenue, ratings). Reports can be downloaded manually or via the Reporting API with Google Cloud Storage integration.
Tax Handling
Both Apple and Google act as "merchant of record" in most countries, collecting and remitting sales tax, VAT, and GST on your behalf. Proceeds are calculated after tax and commission. In jurisdictions where the store is not the merchant of record, developers handle tax obligations themselves.
Both platforms require US tax forms: W-9 for US developers, W-8BEN or W-8BEN-E for non-US developers. Withholding tax may apply based on tax treaty status.
Currency and Exchange Rates
Apple converts currency at transaction time, absorbing exchange rate risk between transaction and payout. Google converts at payout time, meaning developers bear some exchange rate risk. Both platforms allow custom per-country pricing.
Reconciliation Best Practices
Matching store reports with your internal records can be challenging. Here are best practices:
Track Transactions Server-Side
Maintain a database of all transactions received via webhooks (App Store Server Notifications and RTDN). This gives you a real-time view of revenue that can be reconciled against monthly store reports.
Account for Refunds
Refunds reduce your proceeds. Both platforms deduct refunds from the month in which the refund is processed, not when the original purchase occurred. This can cause discrepancies if you track revenue at the transaction level.
Use Third-Party Tools
Tools like RevenueCat, Adapty, and Appfigures provide unified revenue reporting across both platforms with real-time dashboards that are easier to work with than raw store reports.
Monitor Key Metrics Monthly
| Metric | Source | Purpose |
|---|---|---|
| Gross Revenue | Store reports | Total amount collected from users |
| Net Revenue (Proceeds) | Store reports | Amount after commission and tax |
| Refunds | Store reports / webhooks | Revenue returned to users |
| Effective Commission Rate | Calculated | Actual % paid to stores |
| MRR | Analytics tool | Monthly recurring subscription revenue |
| Payment Amount | Bank statement | Actual money received |
Related Topics
- App Store Commission Rates - Understanding how commissions affect your proceeds
- Small Business Program Guide - Reducing your commission rate to maximize proceeds
- RevenueCat Integration Guide - Unified analytics and revenue tracking across platforms