android - Recommended workflow for making a Google Play application available to in-house testers -


i working on android application (published in google play), undergoes great deal of bug fixing right now, , results in plenitude of versions need being tested, more not - simultaneously.

at first wanted use alpha testing feature means exposing these versions in-house testers, seems 1 version of app (ie. 1 bugfix) can published alpha @ 1 time.

is correct? or there way allow testers pick between various alphas install?

if approach wrong, what's way should done? uploading apks on server , sharing links testers?

your apha testing program can done in 2 ways:


  1. distribute apk through play store alpha release. catch cannot have users choose apks testing. can have 1 @ time although can upload multiple apks[you asked deactivate active apk].

  2. distribute apks through server. add password protection , all.


recommended option number 2 if you're interested in testing different versions overall.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -