09-12-2024 12:41 PM
I am working on a MR application. Whenever I attempt to upload to the production channel I get this error:
This APK includes the feature, `com.oculus.experimental.enabled`, which is not allowed. Please remove it from AndroidManifest.xml and retry.
I have removed the line "<uses-feature android:name="com.oculus.experimental.enabled" android:required="true" />" from the manifest, yet the issue persists. Here is my entire manifest:
04-01-2025 03:04 PM
did you ever find solution? Still having the same issue here
Friday
Replace the existing experimental line with the below line in your custom manifest (make sure to choose custom manifest in Unity):
<uses-feature android:name="com.oculus.experimental.enabled" tools:node="remove" />
Friday
This may help, it may have been accidentally checked.
Uncheck "use experimental".
I forget where the setting is on unity. I *think* it is on the OVRCamera or OVRManager. It is a OVR or Meta component.
On Unreal: Project Settings->Plugins->Meta XR->support experimental features.