How to secure my app against piracy

后端 未结 3 972
旧时难觅i
旧时难觅i 2020-11-29 16:21

I am developing an android app and I am planning to publish it (paid app). I have heard that it is very easy to pirate Android apps (much easier than iphone). I was wonderin

3条回答
  •  执念已碎
    2020-11-29 17:00

    have a look at the google play licensing framework.

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

    this is your best choice.

    Google Play Licensing is a network-based service that lets an application query a trusted Google Play licensing server to determine whether the application is licensed to the current device user. The licensing service is based on the capability of the Google Play licensing server to determine whether a given user is licensed to use a given application. Google Play considers a user to be licensed if the user is a recorded purchaser of the application.

提交回复
热议问题