RejectProof

References to Android / Google Play in the bundle

Check PB-51 · App Store Review Guideline 2.3.10 · Review warning · verified 2026-09-16

How to fix it

Apple rejects metadata and in-app text that mentions other platforms ("also on Google Play", "Play Store", Android-specific instructions). Cross-platform builds often ship shared copy that only makes sense on Android. Wrap the string in Platform.OS checks or remove it, and keep the App Store description iOS-only.

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-51 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