RejectProofRun the free check

Placeholder or test wording in the app name

Check PB-32 · App Store Review Guideline 2.3.8 · Review warning · verified 2026-09-16

How to fix it

Rename the app before submitting. Names like "test", "demo", "beta", "untitled" or "my app" read as unfinished and get flagged under 2.3.8 (metadata accuracy). Expo: expo.name / expo.ios.bundleIdentifier; Swift: CFBundleDisplayName.

How RejectProof detects it

The scan reads your .ipa in the browser (or locally with npx rejectproof): Info.plist, entitlements, the privacy manifest, embedded frameworks and the executable itself. Check PB-32 reports the exact evidence it found — the key, the symbol, the file or the URL — so you can confirm it in your own project before changing anything. Nothing is uploaded; only a small redacted summary is sent to build the report, and you see it first.

← All rejection reasons