nickydemon
7 years agoExplorer
Uploading a new version of apk to alpha release channel
Hi,
I am trying to upload a new version of my application to alpha release channel.
I am using Unity engine and have changed my version from 0.1 to 0.2 and also bundle version code from 1 to 2. Then I use the ovr platform util command to upload to alpha release channel because my apk takes around 500mb. The command i am using is the following:
ovr-platform-util.exe upload-mobile-build --app-id xxxx --app-secret xxxx --apk xxxx.apk --channel alpha
and here is the ouput:
I am trying to upload a new version of my application to alpha release channel.
I am using Unity engine and have changed my version from 0.1 to 0.2 and also bundle version code from 1 to 2. Then I use the ovr platform util command to upload to alpha release channel because my apk takes around 500mb. The command i am using is the following:
ovr-platform-util.exe upload-mobile-build --app-id xxxx --app-secret xxxx --apk xxxx.apk --channel alpha
and here is the ouput:
***********
Preparing for upload...
Preparing for upload...
Uploading APK...
Downloading signature of previous build
Generating patch
***********
And it kinds of stopped at "Generating patch". I couldn't see any updates yet but it just takes too long.
Am I doing it right? Is the command I wrote correct?
***********
And it kinds of stopped at "Generating patch". I couldn't see any updates yet but it just takes too long.
Am I doing it right? Is the command I wrote correct?