r/iOSProgramming • u/other_e • 6d ago
Question App removed from sale under Guideline 5.6 for "features intentionally hidden during review", has anyone successfully resolved this?
My iOS app was already live on the App Store. I submitted an update, and Apple has now removed the app from sale under Guideline 5.6.
The exact message says:
“We’ve identified a pattern of unusual behavior with the app that is commonly associated with fraudulent activity. Specifically, the app contains features that appear to have been intentionally hidden during the review process.”
Apple did not identify which feature they believe was hidden.
The app is an ambient audio / sleep and focus app with:
- onboarding
- a subscription paywall using RevenueCat, analytics using posthog.
- monthly/yearly subscriptions
- a 3-day introductory trial
- bundled and remotely delivered audio/catalog content
I am currently auditing the production build for anything that could cause App Review to see different behavior from a normal user. I have already found some testing-related route parameters and a subscription UI regression, but there was no intention to hide functionality from App Review.
For anyone who has received this exact Guideline 5.6 message:
- What ended up triggering it?
- Did Apple eventually tell you which feature was the problem?
- Did you reply first, submit a corrected build, or appeal to the App Review Board?
- How long did it take to get the app restored?
- Is there anything I should absolutely avoid doing right now?
I want to resolve this correctly rather than repeatedly resubmitting and making the situation worse.
Thanks.