06-07-2024 06:18 AM
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
Solved! Go to Solution.
06-13-2024 08:32 PM
I was able to upload successfully using the CLI tool as well. Interestingly, it was still failing with the package name issue when I used the token parameter, even though that was given as an example in the reference docs: Oculus Platform Utility Reference | Oculus Developers When I changed from token to app secret, the upload was successful. Seems like a bug with authentication. Thanks @materialisemedical !