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 Developer Posts (Unity). To view this topic for Unreal development, see Developer Posts (Unreal).
Developer Posts is a feature that enables you to help engage and grow your community. You provide content including text and images and the content displays in the home feed of Oculus Quest, Go and Gear VR devices and on an application’s product detail page (PDP). You can use the developer post analytics to measure the effectiveness of your developer posts.
The following image shows some examples of how developer posts might look to a user.

The following image shows the detail page when a user clicks on a post:

To create a developer post navigate to your app in the developer dashboard.
Under Manage, navigate to Discoverability -> Posts. The following image shows an example:

For each post, you must provide:
If you include a deep link in your post, make sure to implement a hook into your app that listens for a specific launch detail when the app is started.
ovrLaunchType_DeeplinkWhen you see these details in the launch event, your app will retrieve the deep link that you defined to direct the user to the appropriate location in your app.
For example:
ovrLaunchDetailsHandle handle = ovr_ApplicationLifecycle_GetLaunchDetails();
if (ovr_LaunchDetails_GetLaunchType(handle) == ovrLaunchType_Deeplink) {
string deeplink = ovr_LaunchDetails_GetDeeplinkMessage(handle);
// ...
}
To see how your content will look before you submit it for review, do the following:
All developer posts will be reviewed by the Oculus team to ensure that it meets the Oculus Content Guidelines and adhere to the Oculus Code of Conduct. Once you submit your post, it will be evaluated by the Oculus team and the status will change to Approved or Rejected when the evaluation is complete.
You can evaluate the success of your posts by viewing the analytics on the main Posts page. For each post you will see:
Note the following: