如何阻止某人窃取我的应用程序? [英] How to orevent someone from ripping off my app?

查看:94
本文介绍了如何阻止某人窃取我的应用程序?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

现在,我已经在Android上的2d恐怖游戏上工作了将近2年,几个月前我将其添加到了商店中,但是当我今天在Play商店中寻找时,我发现有人发布了相同的游戏具有相同资产和音乐,音效,相同用户界面,甚至具有以前所具有的错误的精确游戏,而且我不知道该怎么办,如何防止再次发生这种情况,我是否要编写代码一种可以避免这种情况的特定方法,以及如何停止Play商店中的副本?谢谢

Now I've been working for almost 2 years on a 2d frighting game on android and I added it to the store a few months back but while I was looking on the play store today I found out that someone has released the same exact game with the same assets and music, sound effects, same user interface and even with the same bugs that the game used to have, and I don't know what to do, how can I prevent this from happening again do I code in a specific way that would prevent that and how do I stop the copy that is on the play store? Thanks

推荐答案

请确认您是否使用默认的混淆代码方法并从Android Studio中回收.它称为 ProGuard ,必须在发布时明确调用.它还会删除不必要的资源,从而优化整个应用程序.

Certify if you are using the default obfuscation code method and recycling from Android Studio. It is called ProGuard and have to be explicitly invoked on release time. It also remove unneeded resources optimizing the whole app.

此外,始终建议您依靠官方文档来指导您正确解决问题: https://developer.android.com/studio/build/build-variants.html

Also it is always recommended to rely on official documentation to guide you to the correct resolution of your matters: https://developer.android.com/studio/build/build-variants.html

在此处进行了有关该主题的精彩讨论: https://stackoverflow.com/a/13854693/5885018

A nice discussion about the topic was done here: https://stackoverflow.com/a/13854693/5885018

这篇关于如何阻止某人窃取我的应用程序?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆