Hello everyone,
I’m having an issue publishing an update of an existing Android app to Google Play and I’m running out of ideas.
Background
The app was originally developed using Unity and, in older releases (published in 2024), it included Augmented Reality features implemented with AR Foundation.
I have now completely redesigned the app and removed all AR functionality. The new version uses GPS/location-based features instead, and there are no AR experiences available to users anymore.
However, Google Play keeps rejecting the update with the following policy violation:
"Families Policy Requirements: Special restrictions: Augmented Reality
Your app uses Augmented Reality (AR), and doesn’t include a safety warning as soon as the AR section starts. The warning should remind users of the following:
- The importance of parental supervision
- To be aware of your surroundings"
The problem is that the app no longer contains any AR section.
What I have already done
-
Removed or commented all scripts with code that used AR functionalities.
-
Removed all AR Foundation functionality from the project.
-
Removed AR/XR-related packages from Package Manager.
-
Verified that XR Plugin Management is disabled.
-
Deleted the Library and obj folders and rebuilt the project from scratch.
-
Updated the Google Play Store listing and removed all references to AR from:
- app description
- screenshots
- promotional graphics
-
Checked the generated AndroidManifest.xml and found no ARCore-related permissions or features.
-
The manifest does not contain camera permissions or AR-specific declarations.
-
Rebuilt and uploaded a completely new Android App Bundle.
Additional findings
After building the Android App Bundle, I analyzed it using Android Studio.
While inspecting the generated files, I found references to ARCore inside files such as:
- GoogleARCoreApi.smali
- UnityPlayer.smali
These files contain references to ARCore-related classes and methods. However, I am not familiar enough with Smali code to determine whether these references are actually used by the application or if they are simply generic Unity runtime code included in every Android build.
Because of this, I cannot tell whether these findings could be the reason Google Play still classifies the app as using Augmented Reality.
Google Play appeal / review request
At this point, I am also wondering whether it would make sense to submit an appeal or request a manual review from Google Play.
Given that:
- all AR functionality has been removed from the app,
- all references to AR have been removed from the store listing,
- the Android manifest does not appear to contain AR-specific declarations,
I am starting to question whether this could be a false positive from the automated review process.
Has anyone experienced a similar situation where Google Play continued to classify an app as AR even after the functionality had been removed?
Would it be appropriate to submit an appeal or contact Google Play support requesting a manual review, and if so, what information would you recommend providing to help demonstrate that the app no longer contains any AR features?
Any advice on the best approach would be greatly appreciated.
Any suggestions or similar experiences would be greatly appreciated.
Thank you!
