cancel
Showing results for 
Search instead for 
Did you mean: 

don't upload .apk more 1 Gb

Oculrov
Honored Guest
Hi!

I want to upload .apk more 1.1 GB to oculus strove via ovr-platform-util.exe
(  .bat file with parameter: ovr-platform-util upload-mobile-build --app_id xxxx --app_secret yyyyy --apk C:\VR\test.apk   --channel alpha )

But when I download, I get an error saying that I can't download the file because it weighs more than 1.1 Gb.  Q: how do I download .apk more than 1.1 GB in oculus Store?

If the file is less than 1.1 gb, it is loaded successfully.


2 REPLIES 2

Schneider21
Expert Protege
For apps larger than 1GB, you need to use expansion files.

Oculrov
Honored Guest


For apps larger than 1GB, you need to use expansion files.


I chose the split binary file option in unity. After build I got two files .apk and .obb. I'm through ovr-platform-util.exe with parameter: ovr-platform-util upload-mobile-build --app_id xxxx --app_secret yyyyy --apk C:\VR\test.apk --obb C:\VR\test.obb   --channel alpha ) download these two files but I still get the error that .apk weighs more than 1 GB what am I doing wrong?