Forum Discussion
Senhor_Castor
4 years agoExplorer
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
- Senhor_CastorExplorer
Both users are part of the Organization on oculus. tried admin and also developer.
- Senhor_CastorExplorer
And on the account that doesnt pass the Entitlement it says I am a verified dev
ā
- andhikadimasExplorer
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?
- EclectusExplorer
Thanks ErickMarinC this helped us
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 2 years ago
- 10 years ago
- 4 years ago