cancel
Showing results for 
Search instead for 
Did you mean: 

Error Type : FOCUS_AWARE_REQUIRED

shehran
Honored Guest

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

3 REPLIES 3

vrdestructor
Explorer

I'm running into this as well. I also found no solution at the link provided.

vrdestructor
Explorer

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"/>

 

 My AndroidManifest.xml looks like this

scrunch_00_0-1671802588592.png