download from hockey app with build number and install script
jhonny-me opened this issue · 4 comments
jhonny-me commented
- download from hockeyapp with build number
- install downloaded app to all devices
jhonny-me commented
Hockey app allows same build number for different version. So we can't use build number for UUID from its API.
Here is solution:
- list all the app version and pick the version number for same build number.
- or we just use version number, it would be easier.
jhonny-me commented
Found this: https://support.hockeyapp.net/kb/api/api-versions#list-versions
Now we can use the build number as UUID.
jhonny-me commented
need to handle json response, switch to python now.
jhonny-me commented
closing as done.