Invalid package name when updating app
We are working on a new app. I uploaded our first apk via Meta Quest Developer Hub, which succeeded. Now, when I try to replace the build with a new version, I get an error regarding the package name already being in use. The package name in use is the one used in the initial build and in the update build.
This post seemed to have the same issue: Invalid Package Name - Meta Community Forums - 522751 However there was no further discussion on what happened or how to fix it.
I can't find any specific point of potential failure. I've increased build number, tried a custom manifest as well as not, and even changed the package name, which then gave me the error that the package name is different from the original.
Using
Unity 2022.2.6
OpenXR 1.6.0
In case that anyone is still looking for a solution, I was able to upload a build yesterday using this tool
https://developer.oculus.com/resources/publish-reference-platform-command-line-utility/
./ovr-platform-util upload-quest-build --app-id <app-id> --app-secret <app-secret> --apk <path-to-apk> --channel LIVE // Optional fields: --assets-dir <path-to-DLCs-dir> --obb <path-to-OBB>