5

Does anyone have suggestions for alternatives for TestFlight that works on Android or iOS? This became more important since TestFlight announced it is dropping support for Android.

Booger
  • 18,579
  • 7
  • 55
  • 72
nyanev
  • 11,299
  • 6
  • 47
  • 76

3 Answers3

5

HockeyApp is one well-known TestFlight alternative.

No first-hand experience, but I will be evaluating HockeyApp now that TestFlight is officially dropping Android support (by 21 March 2014).

Update: I've since used HockeyApp for beta version distribution, and it works fine as TestFlight replacement. (Haven't tried the Android SDK for fancier features though.)

Some related blog resources:

TestFairy is another interesting tool that came up in a Twitter conversation about TestFlight's Android discontinuation.

Jonik
  • 80,077
  • 70
  • 264
  • 372
  • HockeyApp (acquired by MSFT) works pretty well for OS X apps. Haven't tried it for Android apps. –  Jan 18 '15 at 18:55
  • Yeah, my answer was out of date; later I've used HockeyApp for Android apps and yep, it's decent. – Jonik Jan 18 '15 at 20:03
3

You don't need something like test flight for Android, as there is nothing special required to install an Android app on multiple devices. There is no concept of provisioning, etc.

You can install any Android App (packaged as an APK) on basically any Android device or emulator by copying it onto the device, and running the install command on it.

So, instead of TestFlight, you just need to provide a location to download your APK (basically from anywhere). You could make it available in a Dropbox folder, on a website (either something you create, or maybe the output page of your Jenkins\CI Server), via thumb drive, or even email the APK.

Bottom line, because Android does not have the same packaging restrictions as iOS, it is much easier to distribute test builds, so TestFlight (or equivalent), is not really necessary.

Booger
  • 18,579
  • 7
  • 55
  • 72
  • Or just putting it on any web server with the correct "Content-Type" and open it from Android browser. – Sulthan Nov 01 '12 at 14:45
  • That would work, or putting it on a thumb drive, or I put my APKs in Dropbox and install it from there, or.... I love the openness of Android (can't image dealing with all that provisioning BS from iOS). – Booger Nov 01 '12 at 14:48
  • While Android APKs indeed can be distributed in whatever way, a service like TestFlight can still be *extemely useful* as a hassle-free approach to distribution. Also, using the SDK, you get simple analytics and automated crash reporting which I have found very valuable as well. – Jonik Feb 22 '14 at 11:42
  • FYI, after TestFlight was bought by Apple, they announced they won't be supporting Android going forward. We use AppInstall at work , and have luck with it. – Booger Feb 22 '14 at 13:48
  • The advantage of apps like TestFlight for larger apps is that it manages subscriptions of users, feedback notifications/downloads of new releases. For smaller apps, your friends, early startups, just maintaining an email list / dropbox deep link is usually enough. –  Jan 18 '15 at 18:57
3

You can use Appaloosa-Store for all Platforms

Especially,

Android    
iOS     
Windows Phone

See the details here

enter image description here

Shamsudheen TK
  • 30,739
  • 9
  • 69
  • 102