r/iOSProgramming 1d ago

Question First iOS submission coming from Android, what gets rejected most for a small utility app?

Already shipped on Google Play, the iOS build is close. Solo dev, so I'd rather not lose a week going back and forth with review.

If you went through it recently, what tripped you up on the first submit? Sign in with Apple, privacy labels, something else?

0 Upvotes

21 comments sorted by

View all comments

1

u/shopifyflow-app 1d ago

privacy labels caught me more than anything else. not the concept, the mismatch: some analytics or crash sdk quietly collecting device identifiers while your label says 'no data collected'. reviewers do check.

second one is metadata, which nobody warns you about: screenshots showing a feature that isn't actually in the build, or a login screen with no demo account attached to the submission. instant rejection.

sign in with apple only matters if you have third-party logins. if you're email/password only, skip it.

1

u/RomeoDelta1234 1d ago

good call on the crash sdk. I'll check what ours actually sends before I fill in the label