Guideline 1.3
Guideline 1.3 - Safety: Kids Category Third-Party SDK Violations
Our Take
Apple is rejecting your app because it's listed in the Kids Category but includes third-party analytics or advertising SDKs that collect data from children. Kids Category apps may not send personally identifiable information or device information to third parties, and may not include third-party analytics or advertising. This is one of the most technically tricky rejections because the violation is often in an SDK you included for a legitimate purpose — Firebase Analytics, Facebook SDK, Amplitude, Mixpanel, or ad networks. These SDKs commonly collect device identifiers (IDFA, IDFV), device info, or usage data by default, which violates this guideline. Limited exceptions exist: third-party analytics may be used if the service doesn't collect or transmit IDFA or identifiable information about children. Contextual advertising may be permitted if the ad service has documented practices for Kids Category apps including human review of ad creatives. Once you opt into the Kids Category, you cannot relax these requirements in updates — you're locked in.
Resolution Guide
Audit all third-party SDKs
List every SDK in your app and check if it collects IDFA, IDFV, device info, location, or any PII. Common offenders: Firebase Analytics, Facebook SDK, Google AdMob, Amplitude, Mixpanel, Crashlytics.
Remove or replace non-compliant SDKs
Options:
- Use a Kids Category-compliant analytics service that doesn't collect IDFA or PII
- Configure SDKs to disable data collection (some support this, but Apple may still object to the SDK being present)
Remove third-party ads
Unless the ad network has documented Kids Category compliance with human-reviewed creatives, remove all third-party advertising.
Check Privacy Nutrition Labels
Update your App Store privacy labels to accurately reflect data collection after removing SDKs.
Verify with a network proxy
Use Charles Proxy or similar to verify your app sends no data to third-party analytics/ad servers.
Prevention
Example Rejection Email
Before & After
Kids Category app includes Firebase Analytics (collects IDFV and device info) and Google AdMob (targeted ads)
Firebase Analytics replaced with Apple's built-in App Analytics, AdMob removed entirely, network proxy test confirms zero third-party data collection
What changed: Kids Category apps must not include third-party SDKs that collect any device or user data.
Community Solutions · 0
Sign in to share your solution.
More Guideline 1 (Safety) rejections
- Guideline 1.1 - Safety: Objectionable Content in App Marketing
- Guideline 1.1.1 - Safety: Defamatory or Discriminatory Content
- Guideline 1.1.2 - Safety: Realistic Violence or Encouragement of Violence
- Guideline 1.1.3 - Safety: Weapons and Firearms Content
- Guideline 1.1.4 - Safety: Sexual or Pornographic Content
- Guideline 1.1.6 - Safety: False Information or Fake Features