Android应用程序盗版prevention [英] android app piracy prevention

查看:146
本文介绍了Android应用程序盗版prevention的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

看一些帖子的计算器,如写作,似乎真的没有办法有效地prevent应用盗版。

Looking at some postings at stackoverflow, as of writing, there seems to be really no way to effectively prevent app piracy.

是有人在这里从应用程序盗版居然赔钱? 什么是当前解决方案(自由或不自由)对应用饼干?

is anyone here actually losing money from app piracy? what's your current solution (free or non-free) against app crackers?

什么是一些热门和放大器;可靠的解决方案来保护企业级应用程序?

what are some of the popular & reliable solutions for protecting enterprise level apps?

推荐答案

使用通过谷​​歌,它的服务器端验证用户实际购买您的应用程序提供的拉特(许可证验证库)。

Use the LVL (License Verification Library) provided via Google, its a server side verification that the user actually bought your app.

<一个href="http://developer.android.com/guide/market/licensing/index.html">http://developer.android.com/guide/market/licensing/index.html

使用其他技术来检测,如果你的应用程序已被篡改,有几个,他们将在本博客文章和I / O的视频。假设如果篡改它是盗版。 (双人间额外的检查,以确保你不会搞砸惹恼真正的用户)

Use other techniques to detect if you application has been tampered with, there are a few and they are covered in this blog post and the I/O video. Assume it was pirated if tampered with. (Double extra check to make sure you don't mess this up and annoy real users)

<一个href="http://android-developers.blogspot.com/2010/09/securing-android-lvl-applications.html">http://android-developers.blogspot.com/2010/09/securing-android-lvl-applications.html

http://www.youtube.com/watch?v=TnSNCXR9fbY

使用AntiLVL对自己的应用程序,攻击它像一个饼干!这实际上是真正的乐趣和教育,看看有多少工作需要破解你的应用程序。该博客/工具去了已知的弱点,你可以做一些有关如何阻止自动工具无法正常工作的教育决策。停止专用海盗是任何人的优先权,但使用的是1点击工具阻止人们很容易获得的。

Use AntiLVL against your own application, attack it like a cracker! This is actually really fun and educational, see how much work it takes to crack your app. The blog/tool go over the known weaknesses and you can make some educated decisions about how to stop the automated tools from working. Stopping dedicated pirates is no ones priority, but stopping people from using a 1-click tool is easily obtainable.

http://androidcracking.blogspot.com/

修改1:

请一个免费版本的广告和/或更小的特征。饼干只是想免费的东西,所以可以很容易对他们:)如果你发现他们使用你的付费应用程序的破解版,你可以尝试将其转换为使用的免费版本或将其追加销售到付费版本。目前,约1/4的人开裂我的应用程序将打开谷歌播放的完整付费版(虽然不太实际购买它)之一

Make a free version with ads and/or less features. Crackers just want free stuff, so make it easy on them :) If you detect they are using a cracked version of your paid app you can try and convert them to using the free version or upsell them to the paid version. Currently about 1/4 of the people cracking one of my apps will open the Google Play for the full paid version (although less actually buy it)

这篇关于Android应用程序盗版prevention的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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