Guideline 4.9
Guideline 4.9 - Design: Apple Pay Recurring Payment Without Required Disclosures
Our Take
Apple is rejecting your app because it uses Apple Pay for recurring or subscription payments but does not provide the required disclosures about the recurring nature of the charges. When using Apple Pay for automatic recurring payments (as opposed to In-App Purchase subscriptions), you must clearly disclose the recurring terms before the user authorizes the payment. This rejection applies to apps using Apple Pay's `PKRecurringPaymentRequest` or similar recurring payment flows. Apple requires that the user sees: the amount that will be charged, the frequency of charges, how to cancel, and that the payment will recur automatically. This information must be displayed before the Apple Pay payment sheet appears — not just in terms and conditions. Many developers trip over this because they assume the Apple Pay payment sheet itself provides adequate disclosure. It doesn't — you need to show the recurring terms in your own UI before the user taps the Apple Pay button. The fastest compliant path is to add a clear recurring payment disclosure screen or section immediately before the Apple Pay button, showing the payment amount, billing frequency, cancellation instructions, and a link to your terms of service.
Resolution Guide
**Add a disclosure section** — Before the Apple Pay button, display a clearly visible section that states: 'You will be charged [amount] every [frequency]. This payment will automatically recur until cancelled.'
**Include cancellation instructions** — Add text explaining how to cancel: 'You can cancel anytime in [your app's settings / your account page / by contacting support at support@example.com].'
**Link to terms of service** — Include a tappable link to your Terms of Service that covers the recurring payment terms in detail.
**Use PKRecurringPaymentRequest correctly** — When setting up the recurring payment, provide accurate `paymentDescription`, `regularBilling` (with amount and interval), and `managementURL` so the payment sheet also reflects the recurring terms.
**Add a confirmation step** — Consider adding an explicit 'Review your subscription' screen between the plan selection and the Apple Pay button, showing all payment details.
**Provide post-purchase confirmation** — After payment, send a confirmation that reiterates the recurring terms and cancellation method.
Prevention
Example Rejection Email
Consider Appealing
Appeal only if the reviewer missed disclosures that are clearly present in your UI. Provide screenshots showing the disclosure screen and its position in the payment flow. Otherwise, add disclosures and resubmit.
Before & After
User taps 'Subscribe with Apple Pay' button and the payment sheet appears immediately with no prior disclosure of recurring charges, amount, or cancellation policy
Before the Apple Pay button, a summary box displays: '$9.99/month, billed automatically. Cancel anytime in Account Settings.' with a 'View Terms' link. Only after reviewing this does the user tap the Apple Pay button
What changed: Recurring payment terms must be displayed in your own UI before the Apple Pay payment sheet. The payment sheet alone is not adequate disclosure.
Community Solutions · 0
Sign in to share your solution.
More Guideline 4 (Design) rejections
- Guideline 4.0 - Design: App Does Not Include iOS Features
- Guideline 4.0 - Design: App Looks Like a Website
- Guideline 4.0 - Design: Apple Pay Button Not Following Guidelines
- Guideline 4.0 - Design: Blurry Icons or Low-Resolution Assets
- Guideline 4.0 - Design: Broken Layout on iPad
- Guideline 4.0 - Design: Content Clipped by Notch or Safe Area