Forum Discussion

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

My entitlement check fails

Hello, I am having very new to developing for oculus and already tripping on the first step. I just cant seem to get verify entitlement to succeed. I am using unreal engine 4.27.2.
I have already

1. Enabled Oculus Online Subsystem

2. Added the following lines to DefaultEngine.ini and AndroidEngine.ini

 

[OnlineSubsystem]
DefaultPlatformService=Oculus

[OnlineSubsystemOculus]
bEnabled=true
OculusAppId="1234567891234567"
RiftAppId="1234567891234567"

 

What did I do wrong?

3 Replies

Replies have been turned off for this discussion
  • pro_zac's avatar
    pro_zac
    Meta Employee

    It may have been renamed at some point, but my config uses "MobileAppId" instead of "OculusAppId". 

     

    Also, I think for entitlement to work, you need to upload at least one build to the developer dashboard.