# Guideline 1.2.1 - Safety: Creator Platform Missing Age Restriction

**Guideline:** 1.2.1 · **Store:** Apple App Store · **Severity:** medium · **Fix difficulty:** medium · **Typical turnaround:** 2-8 hours

Canonical URL: https://appstorereject.com/rejections/apple/1/guideline-121-safety-creator-platform-missing-age-restriction

## Description

Apple is rejecting your app because it's a creator content platform that allows users to build and share experiences, but it lacks proper age restriction mechanisms. Guideline 1.2.1(a) requires that creator apps provide: (1) a way for users to identify content that exceeds the app's age rating, and (2) an age restriction mechanism based on verified or declared age to limit access by underage users. This applies to platforms like game creators, story builders, video platforms, or any app where users create experiences that other users consume. The content is treated as user-generated content by App Review, which means it needs moderation — but it also specifically needs age gating. The common pitfall is having a content platform where some creator content is mature (violence, suggestive themes, mild language) but there's no mechanism to flag it or prevent younger users from seeing it.

## Common variations

- Creator platform missing age restriction mechanism for mature content
- No way for users to identify content exceeding the app's age rating
- App lacks age verification for accessing mature creator content
- Creator content platform does not restrict underage access to mature experiences

## Example rejection email

```
Guideline 1.2.1(a) - Safety - User-Generated Content: Creator Content

Your app features creator content but does not include a way for users to identify content that exceeds the app's age rating, and does not implement an age restriction mechanism to limit access by underage users.

Next Steps:
Please revise your app to include:
- A method for users to identify content that exceeds the app's age rating
- An age restriction mechanism based on verified or declared age to limit underage access to mature content
```

## Resolution steps

## Quick Assessment
- **Risk level:** Medium
- **Resolution path:** Fix & Resubmit
- **Typical turnaround:** 2-8 hours

## The Fix

01. **Add content rating to creator content** — Implement a system where creators tag their content with an age/maturity level (e.g., Everyone, 12+, 17+) during the publishing flow.

02. **Add age declaration on signup** — Ask users to declare their age or birthdate during account creation. This doesn't need to be verified — declared age is acceptable.

03. **Gate mature content** — Use the declared age to filter content. Users under the maturity threshold should not see content rated above their age level.

04. **Add community reporting for mis-rated content** — Let users report creator content that is rated too low for its actual content.

## Prevention
- Build age gating into creator platforms from the start
- Default creator content to a higher age rating and let creators lower it
- Monitor creator content for age-rating accuracy

## Before / after examples

**Before:** Creator platform allows all users to access all creator-made games and stories regardless of content maturity
**After:** Creators tag content with age ratings during publishing, users declare age on signup, and mature content is hidden from users below the rating threshold
**Why it works:** Apple requires both content identification (creator tagging) and access restriction (age gating) for creator platforms.

## Common questions

**How long does this typically take to fix?**

Typical turnaround is 2-8 hours (difficulty: medium). After resubmission, most re-reviews complete within 24-48 hours.

---
*Machine-readable source: https://api.appstorereject.com/api/rejections/detail?slug=guideline-121-safety-creator-platform-missing-age-restriction*