cancel
Showing results for 
Search instead for 
Did you mean: 

Oculus Platform IsUserEntitledToApplication() occasionally fails Error: OVR76444553

zaherj
Honored Guest
Hi,
I am building a social VR application using Oculus (rift) Platform.
I occasionally gets the error: OVR76444553 in the message returned by the callback of OnComplete of of IsUserEntitledToApplication().
The error doesn't seem to have a consistent cause as the same user sometimes passes the entitlement check and sometimes does not.

Here is how I set up my development environment:
  1. Added Oculus rift app id in OculusPlatformSettings.
  2. Added Oculus rift app id in OvrAvatarSettings
  3. Added user in my build channel in Oculus Dashboard.
  4. User accepted my invite to be on the channel and they installed my app.
  5. User logged in on the Oculus desktop app.
  6. Oculus desktop app -> settings -> general -> Unknown sources is allowed.
  7.  User sometimes passes the entitlement check and sometimes not.
When I tried to debug the issue when user fails entitlement I get msg.IsError is true.
dbltn11fom5d.png
u3uvfdtjzy4a.png
I also noticed when user fails entitlement my app in Oculus desktop app library doesn't get picked up by Unity (It doesn't automatically get played when running play mode in Unity editor).

y8tuppjvu3te.png
Here is an example on when entitlement check passes:
el8giv0yksx2.png

Regards

Zaher

1 REPLY 1

zaherj
Honored Guest
Here are the logs you requested