Verify that apk is a paid copy (avoid piracy of app)

不羁的心 提交于 2019-12-03 09:45:10

Your best bet is a combination of LVL (Android License Verification Library) and tracking device installations.

LVL http://developer.android.com/guide/market/licensing/index.html

Tracking Device installations http://android-developers.blogspot.in/2011/03/identifying-app-installations.html

To verify that the user has paid there is a Google Play Licensing service, you can use it. There are copy protection mechanisms on Google Play if you choose to use them, but they are deprecated now since you are supposed to use the service I just mentioned. You can gather some unique device details, there are APIs to do that, but this is not really needed.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!