8 cases matching your filters.
Source
Appeal
Category
Guideline 2.3.1 - We found that your app contains functionality not visible to App Review that can be remotely enabled via server configuration.
Fix: Documented all remote config flags and their purposes in the App Review notes. Set up a demo mode that shows Apple reviewers all possible configurations. Ensured no remote config flag can fundamentall...
Guideline 2.3.1 - Performance. The app contains hidden features. Specifically, the app includes the ability to update code after App Review approval.
Fix: Removed CodePush entirely. Switched to standard App Store update process. For config changes, used server-side feature flags that dont modify app code.
Guideline 2.3.1 - We discovered that your app contains hidden functionality that can be unlocked through a specific sequence of user actions.
Fix: Removed all Easter egg features. Made the custom chat themes accessible through a visible themes settings page. Ensured every feature in the app is discoverable through normal navigation paths.
Guideline 2.3.1 - Your app appears to contain obfuscated code that could be used to change the apps behavior after review.
Fix: Compiled FFmpeg with only the specific codecs and features our app actually uses, stripping all unused command-line utilities. Wrote a detailed explanation to Apple about which FFmpeg components are u...
Guideline 2.3.1 - Performance. Your app contains hidden switches that redirect to external gambling content.
Fix: Apple permanently rejected the app and issued a warning on the developer account. The developer had to remove all hidden functionality and submit a clean app. Repeated violations can result in account...
Guideline 2.3.1 - Performance. Your app contains executable code that can be changed after review using an over-the-air update mechanism.
Fix: Disabled expo-updates for the production build. Used EAS Update only for non-functional changes like text corrections. For feature changes, submit through App Store. Configured updates to only apply c...
Guideline 2.3.1 - Performance. We continue to discover that your app contains hidden features. The app includes the ability to download and execute code.
Fix: Completely removed CodePush and all hot-update capabilities. Implemented feature flags via remote config for toggling features. All UI changes go through App Store review.
Guideline 2.3.1 - Performance. Your app contains hidden features that are enabled remotely after approval.
Fix: Removed the hidden feature entirely. If the feature cannot pass review on its own merit, it shouldnt be in the app. Redesigned the feature to comply with guidelines and submitted it visibly.