0

According to documentation Hockeyapp distinguish one app from another comparing packages. Is it possible to upload apks with same package but as different apps?

Initial problem: I have several branches(feature/x, feature/y, etc) so I would like to upload all feature branches and testers could download apk from a particular branch.

eleven
  • 6,779
  • 2
  • 32
  • 52

1 Answers1

0

Yes, it is possible to have multiple apps on HockeyApp with the same package name.

You can do this by manually creating the app on HockeyApp first and then uploading the build to that specific app using the Upload Version API.

Lukas Spieß
  • 2,478
  • 2
  • 19
  • 24