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.
-
u ment to just share ur android build through url or u are looking for a analytics system for android? – Saurabh Passolia Nov 01 '12 at 14:43
-
Just curious: what is wrong with TestFlight? – Jonik Nov 21 '13 at 08:30
-
1@Jonik it is dropping support for Android – mike.tihonchik Feb 20 '14 at 20:06
-
Oh, really? Any reference for that? – Jonik Feb 20 '14 at 20:42
-
1http://help.testflightapp.com/customer/portal/articles/1450414 – Ally Feb 21 '14 at 02:00
-
I think this should not be closed, it is ON topic, and relevant in regards to the announcement referenced here (and I modified the question to be more relevant). I don't know how to vote 'on-topic' – Booger Feb 22 '14 at 15:18
-
Similar to https://stackoverflow.com/questions/15407908/testflight-for-android-apps – Jan 18 '15 at 18:54
3 Answers
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:
- "Why I moved to HockeyApp"
- "I switched from TestFlight to HockeyApp recently and couldn’t be happier"
TestFairy is another interesting tool that came up in a Twitter conversation about TestFlight's Android discontinuation.

- 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
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.

- 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
You can use Appaloosa-Store for all Platforms
Especially,
Android
iOS
Windows Phone
See the details here

- 30,739
- 9
- 69
- 102