简体   繁体   English

如何使我在 Google Play 上发布的付费应用程序不允许在外部安装

[英]How do I make my paid application that I published on Google Play not allowed to be installed outside

How do I make my paid application on Google Play not allowed to be installed outside Google Play or to take a copy of it such as an Apk and install it?如何让我在 Google Play 上的付费应用程序不允许在 Google Play 之外安装或获取它的副本(例如 Apk)并安装它?

You cannot prevent someone to take your APK and install it.您无法阻止他人获取并安装您的 APK。

The things you can try to do would be:您可以尝试做的事情是:

Prevent the Reverse Engineering by protecting your APK: Please read this post通过保护您的 APK 来防止逆向工程: 请阅读这篇文章

Also, you can control group of user who will be able to download your app with the play store private channel feature此外,您可以使用Play 商店私人频道功能控制能够下载您的应用的用户组

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何将在 google play console 上发布的 java 应用程序更新为 flutter 应用程序 - How to Update a java application published on google play console to flutter app 如何在方法之外制作剪辑? - How do I make a clip outside of method? 如何在我的Web应用程序之外移动spring xml配置? - How do I move my spring xml configuration outside of my web application? 如何通过Google Cloud Storage对Java应用程序进行身份验证? - How do I authenticate my Java application with Google Cloud Storage? 如何确保不会在JFrame外部绘制图像? - How do I make sure that my image won't be drawn outside my JFrame? 如何使我的聊天应用程序连续进行? - How do I make my chat application continuous? 如何在Netbeans之外播放.wav或.mid文件? - How do I get a .wav or a .mid file to play outside of netbeans? 如何让我的Java应用程序在Linux中播放音频效果不错? - How can I make my Java application with audio play nice in Linux? 如何获取用户安装Java应用程序的路径? - How do I get the path where the user installed my Java application? 如何确保Java Play应用程序仅接受来自特定主机的HTTP请求? - How do I ensure my Java Play application only accepts HTTP requests from a particular host?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM