Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
mv81's avatar
mv81
Explorer
2 years ago
Solved

Application image

Hello, I'm trying to know how I should name and position (in the apk) the image that appears when we activate the "meta" button (Resume / Quit). Currently I found how to specify the splash image (assets/vr_splash.png) as well as the icons (res/mipmap). I'm just missing this image in landscape format.
For context: I'm working on a StereoKit rust binding. The apk is produced by cargo-apk.

  • I think this is part of your app’s store metadata and isn’t included in the app itself. You may need to register an app on the Oculus store/app-lab, add your banner and icon images, and tie that Oculus app ID to your built app. You don’t necessarily need to upload a build, nor do you need to submit the app for review once you add the images. You do this simply to register images that your headset will download to display as your app’s banner and icon.

    https://developer.oculus.com/resources/publish-app-metadata/ 

1 Reply

  • jtriveri's avatar
    jtriveri
    Start Partner

    I think this is part of your app’s store metadata and isn’t included in the app itself. You may need to register an app on the Oculus store/app-lab, add your banner and icon images, and tie that Oculus app ID to your built app. You don’t necessarily need to upload a build, nor do you need to submit the app for review once you add the images. You do this simply to register images that your headset will download to display as your app’s banner and icon.

    https://developer.oculus.com/resources/publish-app-metadata/