Forum Discussion
shehran
3 years agoHonored Guest
Error Type : FOCUS_AWARE_REQUIRED
Hello guys, I was publishing my Unity XR apk on Oculus Developer Hub, but white uploading an error pops out. It says -
The focus aware manifest meta-data tag must be set with required="true". More information can be found here: https://developer.oculus.com/distribute/vrc-quest-input-4/
I have been on the link provided but there is no help over there, how can I resolve this issue please help
4 Replies
Replies have been turned off for this discussion
- vrdestructorMember
I'm running into this as well. I also found no solution at the link provided.
- vrdestructorMember
I fixed this by adding this line to my AndroidManfiest.xml (above the other meta-data elements):
<meta-data android:name="com.oculus.vr.focusaware" android:value="true"/>- scrunch_00Honored Guest
My AndroidManifest.xml looks like this
- AdamStepinskiHonored Guest
Use custom manifest (Poject Settings > Player > Publishing Settings > Build > Coustom Main Manifest
and put <meta-data android:name="com.oculus.vr.focusaware" android:value="true"/>
inside <application>
in that xml in the Unity project
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 7 months ago