Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a substitute to testflight for android [closed]

Since testflight will be revoking upload support for android, is there any other service that provides the same service like testflight?

like image 364
Tom Avatar asked Mar 19 '14 07:03

Tom


People also ask

Is there something like TestFlight for Android?

Google Play Console is the direct equivalent to TestFlight for iOS, since Google Play Console is a first-party supported solution for managing beta testing of your app.

Is there an alternative to TestFlight?

The best alternative is Visual Studio App Center, which is free. Other great apps like TestFlight are TestApp.io, TestFairy, Diawi and The Beta Family. TestFlight alternatives are mainly Mobile Device Management (MDM) Tools but may also be Error Loggers or Android Development Tools.

Is TestFlight only for iOS?

TestFlight supports apps for iOS, iPadOS, macOS, tvOS, watchOS, and iMessage, as well as automatic updates to ensure that testers always test the latest available build. Up to 100 apps can be tested at a time, internally or externally, and multiple builds can be tested simultaneously.

What is Android open testing?

Open testing: Create an open testing release to run a test with a large group and surface your app's test version on Google Play. If you run an open test, anyone can join your testing program and submit private feedback to you.


1 Answers

Google play has support for beta (and alpha) testing. Check:

https://play.google.com/apps/publish -> Your App -> APK -> Beta Testing -> Manage list of testers

You have to create a google+ page or a google group. Once your beta testers join your group, you can send them an opt-in link (provided by google play when you set up beta testing)

Then they get the beta apk through google play. No need for testflight.

like image 110
gtsouk Avatar answered Sep 20 '22 19:09

gtsouk