I am facing a problem with Apple’s App Store rejecting my Kids Category app due to the presence of code to serve ads, collect analytics or personal information, even though I don’t serve any ads or collect any information, nor added any SDK that could do that in my app. The rejection description doesn’t inform me which SDK is causing the problem.
This is a very similar problem to the one in Android explained here (which has no solution without ejecting the app).
I am using Expo 39 and building the app bundle using the managed workflow.
It wasn’t an issue when I launched my app (it was an issue in Play Store), but now that I need to do an important update (just changing a few images) it is being rejected.
Is there anyone that I can remove all unused SDKs that might be causing the issue in my managed workflow build of iOS?
The rejection:
Guideline 1.3 - Safety - Kids Category
We noticed that your Kids Category app includes analytics, advertising and collects, transmits, or has the ability to share personal information or device information with third parties.
Your app includes the following feature(s), contrary to guideline 1.3 of the App Store Review Guidelines:
Next Steps
To resolve this issue, please remove this functionality or revise your app so that no
Appreciate any help!
thanks!