Search code examples
androidhockeyapp

Hockeyapp distribution with daily build


I have developed an android application and it has been deployed on the server side, and apk file generated and I want to automate the steps with hockeyapp distribution. When the .apk has been built, I want to send it to the testers.

My question is how hockeyapp could be automated with daily build? Is there any guideline or tutorial?


Solution

  • Quick googling for a 'gradle hockeyapp plugin' brought up this. Another option (imho preferred one) is to have a build server like Jenkins do your builds (usually connected to your git or other vcs), there's plugins for those too that will upload builds to hockeyapp automatically.