Upload multiple DLC to one SKU
I created an addon, I want to attach several DLCs to it. For example, I have an item with the SKU "Ball Pack", I want the user to get access to a set of elements when purchasing it - Ball1.fbx, Ball2.fbx, Ball3.fbx. But the documentation only mentions uploading one file430Views0likes0CommentsUnable to upload builds after migrating to meta account (CLI, ODH, OVRPlatform Tool)
Ever since I migrated from my FB account to a meta account, I've been unable to upload any builds from the Oculus CLI, the Unity OVR Platform Tool and ODH which is completely blocking me from upload any new builds. CLI - Attempt to login says "You're using a version thats no longer allowed ..." even though I am on the latest update. Unity OVR Platform Tool: "ERROR: Unable to fetch initial upload config", Although I CAN successfully login to the Oculus Platform Settings (note image below) Finally the ODH Isn't working either suck on "Waiting for process to begin" I am completely stuck unable to make any uploads for my development team. I've tried changing passwords and logging out and back in with no luck. Is there any way I can got back?1.3KViews0likes2CommentsError uploading app via MQDH ("Installing CLI...")
Hi, I've recently updated MQDH to 4.5.0 and I've been unable to upload new app versions since. Trying to upload, I'm getting this message: "Error: spawn EBUSY" After trying to restart and try again a few times, I'm getting: "CLI not found or does not have permissions to execute" In the release channels screen, to the right where the "upload" button was, there's a loading icon and hover shows "installing CLI" but it remains this way forever. I've tried: - Restarting PC - Reinstalling MQDH 4.5.0 - Reinstalling MQDH to previous version 4.4.1 - Pushing previous versions of APK (it would error on version code but it never got there) to make sure the APK isn't the problem - Pointing ADB to different path - Running MQDH as admin - Removing "odh" folder from appdata as suggested in some older threads Other (recent) devs having this issue: - https://communityforums.atmeta.com/t5/Quest-Development/Build-Upload-Error-CLI-not-found-or-does-not-have-permissions-to/m-p/1129333 - https://communityforums.atmeta.com/t5/Developer-Dashboard/MQDH-cannot-installing-latest-CLI/m-p/1113150 - https://communityforums.atmeta.com/t5/Developer-Dashboard/quot-Installing-latest-cli-quot-is-always-displayed-in-the-App/m-p/1180422#M1648 Any pointers would be appreciated! ThanksSolved1.5KViews0likes1CommentOculus CLI issue with Keystore
I keep getting this error when trying to upload my build from unity using the Oculus CLI, I am using the same Keystore I've used for months. ERROR: The APK is signed with a different certificate. Be sure to use the same keystore and key as used for a previous version. Anyone know whats up?5.2KViews3likes21CommentsUploading quest build via CLI with --asset_files_config results in JSON unexpected token
Hello, I am trying to upload my apk to AppLab for the first time. My app has additional asset files and following the documentation I need to include a .json file that lists those assets as noted here: https://developer.oculus.com/documentation/unity/ps-assets/ My JSON File - "H:\Unity Projects\TheBridge(URP) - Quest OVR\sdcard\Android\obb\com.SpaceOwlGames.BattleGroupVR\bundlelist.json" { "defaultgroup_assets_all_8b082612bdc39bb82a94a3b9d272e71c.bundle": { "required": true }, "f98cdce637761ade9f3a20aea7bd15e3_unitybuiltinshaders_a33e6e625c3b69eb6f0787996ea0d666.bundle": { "required": true }, "shipcolor_assets_all_cbc2285aef4d88237c2f180c0c579a9e.bundle": { "required": true }, "skyboxes_assets_all_bce17026d859944fa4e809e4b6cb34ad.bundle": { "required": true } } When attempting to use the CLI to upload everything with the following command: ovr-platform-util upload-quest-build -a XXX -s XXX --apk 'C:/Users/Elrond/Documents/BUILD DEV/quest/BGVRQuest.apk' --assets_dir 'H:/Unity Projects/TheBridge(URP) - Quest OVR/sdcard/Android/obb' --asset_files_config 'H:/Unity Projects/TheBridge(URP) - Quest OVR/sdcard/Android/obb/bundlelist.json' -c ALPHA --obb 'H:/Unity Projects/TheBridge(URP) - Quest OVR/sdcard/Android/obb/com.SpaceOwlGames.BattleGroupVR/main.014.com.SpaceOwlGames.BattleGroupVR.obb' The result is: SyntaxError: Unexpected token ' in JSON at position 0 at JSON.parse (<anonymous>) at Object.processAssetFilesConfig ([eval]:1:68035) at Object.handler ([eval]:1:1247237) at Object.h.runCommand ([eval]:1:254532) at Object.w._parseArgs ([eval]:1:436309) at Object.get [as argv] ([eval]:1:435587) at Object.<anonymous> ([eval]:1:419878) at r ([eval]:1:110) at [eval]:1:902 at [eval]:1:913 C:\Users\Elrond\Documents\BUILD DEV\quest> My JSON file doesn't have any extra characters at the beginning, why is it having trouble reading it? What am I doing wrong? Can someone share what their json file looks like?1.6KViews0likes1Comment