android - Deliver app for beta testing -


i deploy app beta testing. however, confused on best way safely deliver beta tester devices.

i understand emailing apk file not logical move.

having done bit of research, found following.

  1. deploy gate- offers private over-the-air distribution.

  2. google play private channel google apps - did not quite hold of it.

  3. zubhium- new platform. has tried before?

could please walk me through appropriate method?

the thing beta testing always run risk of apk being leaked. there literally nothing can prevent this, rooted device can retrieve apk after installation.

you should instead consider adding features timed trials apk, , have stop working after date, or after value on server has changed.

additionally, beta testing matter of trust. if not trust beta testers, don't give them apk.


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -