All Oculus Quest developers MUST PASS the concept review prior to gaining publishing access to the Quest Store and additional resources. Submit a concept document for review as early in your Quest application development cycle as possible. For additional information and context, please see Submitting Your App to the Oculus Quest Store.
Note: You are viewing the Native version of this topic. To view this topic for Unity development, see Add In-App Content to Promote Your App (Unity). To view this topic for Unreal development, see Add In-App Content to Promote Your App (Unreal).
You can promote your app with self-contained experiences such as videos and photo sets using In-App Content posts. The post that describes the experience and links directly to the content in your app.
Note that in-app content posts display only to English-speaking users on Android devices.
To create an In-App Content post, go to your app’s Oculus dashboard in the Developer Center and select Discoverability / In-App Content.
Enter the following information to create your announcement or story.
Integrating deeplink support is required to create an In-App Content post.
You’ll integrate a hook into your app that listens for a specific launch detail when the app is started, ovrLaunchType_Deeplink on Native Android and Launchtype.Deeplink on Unity. When you see these details in the launch event, your app will retrieve the deeplink that you defined to direct the user to the appropriate location in your app.
For example, for native Android:
ovrLaunchDetailsHandle handle = ovr_ApplicationLifecycle_GetLaunchDetails();
if (ovr_LaunchDetails_GetLaunchType(handle) == ovrLaunchType_Deeplink) {
string deeplink = ovr_LaunchDetails_GetDeeplinkMessage(handle);
// ...
}
A 2D video trailer is recommended for In-App Content. The easiest way is to create a secret Facebook 2D video using the process described below, but we also support streaming videos not on Facebook and photo albums. Please contact us at exploreapi@oculus.com if you’d like to use a photo or video not hosted on Facebook.
Add a Secret Facebook Video
You can publish a 2D video to FB as a ‘Secret’ video and use that for your story if you don’t want to share the video outside the Oculus environment.
Then, once you’ve created the video, retrieve the URL.
All posts and stories will reviewed by the Oculus team for content approval and compliance with the Oculus Code of Conduct. If the submission does not comply, it will be rejected.
Want to see how your in-app content will look before releasing to the public? To test: