Forum Discussion

shehran's avatar
shehran
Honored Guest
3 years ago

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

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

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

     

      • AdamStepinski's avatar
        AdamStepinski
        Honored 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