02-26-2018 10:14 AM
Hi there,
I have already attempted to reach out to submission support for this issue but was directed here for further assistance. We are in the process of uploading a finished VR build to the store and are being denied due to a failure on the entitlement check. We are unable to get our entitlement check to succeed within the VRCValidator application, nor through the automated VRC system that is completed after upload. However, we have properly integrated the Oculus Subsystem plugin in Unreal, added the correct App ID in the settings, and confirmed that Unreal Engine thinks the check is succeeding, yet it still fails in the validator.
Is there another step we may be missing, or something wrong with doing the test on a local build? Has anyone experienced similar issues doing the entitlement check in UE4? We are packaging the app in Unreal Engine 4.18 w/ Oculus Subsystem plugin version 1.16
Thank you for your time!
Ian
Solved! Go to Solution.
02-26-2018 11:29 AM
PublicDependencyModuleNames.AddRange(new string[] { "Core", "CoreUObject", "Engine", "InputCore", "LibOVRPlatform" });Hope this helps other users with the same issue!
PrivateDependencyModuleNames.AddRange(new string[] { "OnlineSubsystem", "OnlineSubsystemOculus" });
02-26-2018 11:29 AM
PublicDependencyModuleNames.AddRange(new string[] { "Core", "CoreUObject", "Engine", "InputCore", "LibOVRPlatform" });Hope this helps other users with the same issue!
PrivateDependencyModuleNames.AddRange(new string[] { "OnlineSubsystem", "OnlineSubsystemOculus" });