search

Home  >  Q&A  >  body text

android - 如何让一个安卓应用 apk文件只能安装1000次

如何让一个安卓应用 apk文件只能安装1000次

高洛峰高洛峰2771 days ago3740

reply all(14)I'll reply

  • ringa_lee

    ringa_lee2017-04-17 14:31:52

    It is impossible to restrict "installation"

    But you can change your mind. After installation, open it for activation for the first time, send a request to the server, the server will count the activation amount +1, and return the current activation serial number to the APK
    When the serial number is >1000, it is not allowed to continue running. , exit directly

    Of course, no matter how restrictions are imposed, there are ways to circumvent them ~

    reply
    0
  • 大家讲道理

    大家讲道理2017-04-17 14:31:52

    The common practice in games is to use an activation code. Then, you can send 1,000 activation codes.

    reply
    0
  • 伊谢尔伦

    伊谢尔伦2017-04-17 14:31:52

    The activation code method is indeed good, but it must force users to connect to the Internet first before they can open the APP

    reply
    0
  • 怪我咯

    怪我咯2017-04-17 14:31:52

    The poster probably doesn’t know that Android can be played without the Internet. .

    reply
    0
  • 巴扎黑

    巴扎黑2017-04-17 14:31:52

      • cannot

    reply
    0
  • 巴扎黑

    巴扎黑2017-04-17 14:31:52

    However, there is no solution (๑•ᴗ•๑)

    reply
    0
  • 迷茫

    迷茫2017-04-17 14:31:52

    There is no way to control it, because the Android software can be used without the Internet.

    reply
    0
  • 怪我咯

    怪我咯2017-04-17 14:31:52

    There is no need to connect to the Internet during installation. If you want to limit the number of users, use an activation code as mentioned before

    reply
    0
  • 伊谢尔伦

    伊谢尔伦2017-04-17 14:31:52

    Detection based on machine code plus a certain algorithm

    reply
    0
  • 迷茫

    迷茫2017-04-17 14:31:52

    A method that does not require the Internet: After installation and operation, create a new configuration file in a certain directory of the SD card. This way, the file will not be deleted even if it is uninstalled. However, someone may delete the file, so it is still necessary to supplement it. server.

    reply
    0
  • Cancelreply