android - 如何让一个安卓应用 apk文件只能安装1000次
高洛峰
高洛峰 2017-04-17 14:29:52
0
14
3736

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

高洛峰
高洛峰

拥有18年软件开发和IT教学经验。曾任多家上市公司技术总监、架构师、项目经理、高级软件工程师等职务。 网络人气名人讲师,...

reply all(14)
左手右手慢动作

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 ~

大家讲道理

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

伊谢尔伦

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

刘奇

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

巴扎黑
    • cannot

巴扎黑

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

迷茫

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

刘奇

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

伊谢尔伦

Detection based on machine code plus a certain algorithm

迷茫

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.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template