[android-developers] Re: app distribution best practices
once you let out the APK, no kind of check would help you avoid someone from distributing it... you should just put up a link to google play (direct link to your app).
P.S - If someone wants to redistribute it, they can also just download it from Google Play and then take the APK from the device (rooted phones allow you that)
On Friday, December 7, 2012 10:02:22 PM UTC-5, Andrew wrote:
-- On Friday, December 7, 2012 10:02:22 PM UTC-5, Andrew wrote:
I am nearing the point of releasing my first Android app. I anticipate needing to distribute from a website as well as from Google Play. I know that enabling the install is as simple as providing an HTML link to the .apk file, but I'd like to at least follow best practices with regard to discouraging redistribution.
Given that goal, it would seem important to restrict the type of client that is allowed to initiate the download. Google Play does this, I think. One step in this direction would be to check the HTTP user-agent header, but this check is circumventable. Does anyone know if Google Play does something more sophisticated, or if a more sophisticated method even exists?
Any other "best practices" suggestions, or "lessons learned" with regard to app distribution would also be most welcome. I understand there is no perfect protection, but I'm hoping to avoid doing anything foolish.
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home