Issue
I am about to deploy my app for beta testing. However, I am confused on the best way to safely deliver to beta tester devices.
I understand emailing apk file is not a logical move.
Having done a bit of research, I found the following.
Deploy Gate- offers private over-the-air distribution.
Google Play Private Channel for Google Apps - did not quite hold of it.
Zubhium- new platform. Has anyone tried this before?
Could anyone please walk me through an appropriate method?
Solution
The thing with beta testing is that you always run the risk of the apk being leaked. There is literally nothing you can do to prevent this, as anyone with a rooted device can retrieve the apk after installation.
You should instead consider adding features like timed trials to the apk, and have it stop working after a certain date, or after a certain value on the server has changed.
Additionally, beta testing is a matter of trust. If you do not trust your beta testers, don't give them an apk.
Answered By - Raghav Sood
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.