Cache Achievements fails on Oculus

I’m trying to implement Oculus Achievements.

Every time my blueprint runs the CacheAchievements node, it fails.

Has anyone succesfully implemented Oculus Achievements with blueprints? I can’t seem to find any information on the web.

I’m guessing that the CacheAchievements node failing is due to my defaultengine.ini subsystem stuff not being set up correctly?

Does this look right to anyone with experience with this?

[OnlineSubsystem]
DefaultPlatformService=Oculus
 
[OnlineSubsystemOculus]
bEnabled=true
OculusAppId=xxxxxxxxx
Achievement_0_Id="COMPLETE_ALL_LEVELS"
Achievement_1_Id="CHALLENGE_01_01_1"

Thanks!

Have you tried adding OculusDevAppId=xxxxxxx?