01-22-2024 08:41 AM
I have a game on AppLab built with Unity that was initially release about a year ago. Recently I've been trying to upload an update with minor fixes using MQDH but all I get is an "Upload Failed" message with the text "The build you were trying to upload has failed. Build Upload Error - an error has occured for app id: 4879[...]".
Now, I CAN just sideload the apk via the "Device Manager" tab of MQDH and everything works fine on my Quest 2, which makes me think that the apk itself is okay.
The error is the same when I disconnect from the internet before trying the upload, so my guess is that the apk fails some internal check *before* it is sent to the server, but unfortunately, the error message is not very informative as to where the problem is located. I only remember changing the Minimum API level and the Build Name and Build Code in Unity, everything else is pretty much the same as with the version I uploaded a year ago without problems.
Does anybody know this problem? Is there a way to contact a Meta engineer and have them take a look at the apk? Are there any workarounds?
Very thankful for any help, as this problem has bugged me for weeks now ...
Cheers,
Felix
Solved! Go to Solution.
01-29-2024 08:31 AM
It seems that there has been an Update to MQDH tool, because now I'm getting a more readable error and a log file. Now for those stumbling across the issue: The problem was that saetting the Target API level to "automatic" only works under very specific circumstances, determined by your ADB installation. In our case, setting the API level to a fixed 32 solved the issue.
01-29-2024 08:31 AM
It seems that there has been an Update to MQDH tool, because now I'm getting a more readable error and a log file. Now for those stumbling across the issue: The problem was that saetting the Target API level to "automatic" only works under very specific circumstances, determined by your ADB installation. In our case, setting the API level to a fixed 32 solved the issue.