ovr_Platform_InitializeStandaloneOculusEx Function
Initializes the SDK in Standalone mode and doesn't try to connect to a locally running Oculus Service process. Not all functionality will work when when the SDK is initialized this way. In particular: IAP, Cloud Storage, Parties, Events, Live Streaming. Listen for the message ovrMessage_Platform_InitializeStandaloneOculus to detect when the platform has finished initializing.
ovrRequest ovr_Platform_InitializeStandaloneOculusEx(const ovrOculusInitParams *params, ovrPlatformInitializeResult *outResult, int productVersion, int majorVersion)
params: const ovrOculusInitParams *
non-nullptr to a struct with the required Oculus Authentication data.
productVersion: int
The product version of the app. This is used to ensure that the version
majorVersion: int
The major version of the app. This is used to ensure that the version