jhonny-me/install_on_iOS

download from hockey app with build number and install script

jhonny-me opened this issue · 4 comments

  • download from hockeyapp with build number
  • install downloaded app to all devices

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.

Found this: https://support.hockeyapp.net/kb/api/api-versions#list-versions
Now we can use the build number as UUID.

need to handle json response, switch to python now.

closing as done.