Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
Senhor_Castor's avatar
4 years ago

Entitlement Check Failing

I have to headsets, each one with it own user

 

ā€ƒ

I build and run the same apk into both devices.

 

In one, the meta avatar loads perfectly, on the other device (with other user) I get an error:

 

{
    Core.AsyncInitialize();
                
    Entitlements.IsUserEntitledToApplication().OnComplete(EntitlementCallback);
}

void EntitlementCallback(Message msg)
{
    if (msg.IsError)
    {
        D.Log(msg.GetError().Message);
        D.Log("You are NOT entitled to use this app. Please check if you added the correct ID's and credentials in Oculus>Platform");
        //UnityEngine.Application.Quit();
    }
    else
    {
        D.Log("You are entitled to use this app.");
        GetTokens();
    }
}

 

The error says:

```
users does not have app in library
```
Any ideas welcomed

8 Replies

Replies have been turned off for this discussion
  • Both users are part of the Organization on oculus. tried admin and also developer.

     

     

    • Senhor_Castor's avatar
      Senhor_Castor
      Explorer

      And on the account that doesnt pass the Entitlement it says I am a verified dev

       

      ā€ƒ

      • andhikadimas's avatar
        andhikadimas
        Explorer

        Hi, did you solve this issue? I have the same problem right now with a newly created account. Is it because a new Meta account?