Forum Discussion
travis.larson.1188
2 years agoExplorer
App Distribution Upload Issues: DevPost
Hi, Posted this earlier in the general Forum and discovered this may be a better place for help. I'm attempting to Upload a build to my Alpha Channel via the Meta Quest Developer Hub but it keeps f...
- 2 years ago
assuming the build of your project is in z:\myprj\build\ and the exe is z:\myprj\build\launcher.exe below the command in full that (usually) works for me
ovr-platform-util upload-rift-build --app-id <yourappid> --app-secret <yourappsecret> --build-dir "z:\myprj\build\" --launch-file "z:\myprj\build\launcher.exe" --channel ALPHA --version "1.0"
rachelgomez.2022
2 years agoProtege
To resolve this issue, follow these steps:
Verify the size of the IPA. The maximum file size limit for all binaries is 2048 MiB, which is a little over 2 GB.
If the IPA size is within the file size limit and is reproducible, follow these steps:
Check your Info.plist file and confirm whether CFBundleDisplayName contains any <array> delimiters.
Note: App Distribution doesn't accept CFBundleDisplayName values that are arrays.
Remove the <array> delimiters and rebuild your app. The upload should succeed.
If you are still experiencing issues, contact Firebase Support.
If the IPA size is over the file size limit, make any necessary changes to decrease the file size.
If decreasing the IPA file size doesn't resolve the issue, contact Firebase Support and ask about using Testflight.
Regards,
Rachel Gomez
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 1 year ago
- 1 year ago
- 1 year ago
- 1 year ago