cancel
Showing results for 
Search instead for 
Did you mean: 

Unreal Verify Entitlement check for Oculus Quest always fail

JinuOh
Explorer
My App for Rift works well.
For Quest, uploading APK on my release channel is successful, but on the device verifying entitlement doesn't work.
I set OnlineSubsystem, OnlineSubsystemOculus Settings in DefaultEngine.ini, AndroidEngine.ini config

Packaging log
// ... 
UATHelper: Packaging (Android (ASTC)):   LogOnline: Display: Oculus: FOnlineSubsystemOculus::InitWithWindowsPlatform()
UATHelper: Packaging (Android (ASTC)):   GetSignatureToken get_signature error: Missing entitlement for XXXX (XXXX)
PackagingResults: Error: Missing entitlement for XXXX (XXXX)
UATHelper: Packaging (Android (ASTC)):   GetUserID failed: Must call get_signature first (XXXX)
UATHelper: Packaging (Android (ASTC)):   OAF response error [WindowsPlatform::GetGKValue]: Must call get_signature first (XXXX)
UATHelper: Packaging (Android (ASTC)):   Failed to fetch FBNS credentials from OAF: Must call get_signature first (XXXX)
UATHelper: Pacaking (Android (ASTC)):   requestOafRoomUpdate response error: Must call get_signature first (XXXX)
UATHelper: Pacaking (Android (ASTC)):   requestOafLaunchDetailsUpdate response error: Must call get_signature first (XXXX)
UATHelper: Packaging (Android (ASTC)):   LogOnlineIdentity: Warning: Oculus: Failed Oculus login. Not currently logged into Oculus.  Make sure Oculus is running and you are entitled to the app.
PackagingResults: Error: Must call get_signature first (XXXX)
PackagingResults: Error: Must call get_signature first (XXXX)
PackagingResults: Warning: Oculus: Failed Oculus login. Not currently logged into Oculus.  Make sure Oculus is running and you are entitled to the app
// ...

Runtime log
// ...
LogOnlineIdentity: Error: Oculus: Failed the entitlement check: Missing entitlement for XXXX (XXXX)
// ...

Unreal Engine 4.22.3
Oculus VR plugin 1.32.0



7 REPLIES 7

bmoodyP3
Protege
I am also experiencing this in Unity.

JinuOh
Explorer

bmoodyP3 said:

I am also experiencing this in Unity.

@bmoodyP3
Have you solved the problem?

bmoodyP3
Protege
No.

7777ivan
Protege
it happens here too.... 😞

crnikralj
Honored Guest

I know that it's been a while, but have you solve the problem? I'm experiencing the same thing in UE5.

I have a similar problem, I described it here: https://communityforums.atmeta.com/t5/Unreal-VR-Development/ovr-GetLoggedInUserID-In-MetaXR-Platform...
If there is any solution, please contact me, or write an answer in my post, thank you.

Did you figure this out?