English 中文(简体)
甲型六氯环己烷
原标题:Android detect pirated/cracked app

在“i”上,在用户打开你被海盗吞 app的器具时,有几种探测方法。

当用户使用海盗版的贵套时,安乐团是否有探测途径?

最佳回答

rel=“noreferer”>LicenseVER Library (LVL)与您的需要相似。

许可证制度是控制获得你申请的一种安全手段。 当申请审查许可证发放状况时,市场服务器使用与出版商账户独一无二的关键配对标志发放状况的回复。 你的申请将公用钥匙储存在其汇编的“跳板”档案中,并用它来核实许可证发放情况。

您通过安伯市场公布的任何申请均可使用安内斯市场许可证服务。 不需要特别账户或登记。 此外,由于这项服务没有专门的框架标书,你可以在使用最低的3或3级以上的任何遗产申请中增加许可。

为了帮助您在申请中增加许可,Anthony SDK提供图书馆来源,供您在申请项目中列入。 许可证核查图书馆(LVL)负责与英国市场客户和许可服务机构进行所有与许可证有关的通信。 随着LVL的整合,你的申请可以简单地采用图书馆检查方法,并采用接收这一地位的反馈,从而确定目前用户的许可状况。

rel=“noreferer> 本文件解释了许可证服务如何运作以及如何在申请中添加。

rel=“noreferer”>here就是一个例子。

Referenced from here .

问题回答

If by pirated you mean that the app is taken off a device that legitimately bought it and copied to another device and run, then yes the License Verification Library will detect it and call your code to deal with it.

Unfortunately, most pirated apps available on the pirate sites and peer to peer network sites today have been decompiled, had the license check removed and recompiled and digitally signed with a different certificate, so the LVL is of no use. If that is the case, as it was with my paid app there is no detection, and quite frankly nothing you can do about it. Google has provided us a platform the makes it very easy for others to steal your Intellectual property. In fact, it is so easy, most of the theft is now automated. It is a bitter pill to swallow, and until Google does something about it, it will continue to happen. The Dalvik Dex code can be decompiled edited, recompiled and digitally signed by someone else. It is not secure in any way shape or form.





相关问题
Android - ListView fling gesture triggers context menu

I m relatively new to Android development. I m developing an app with a ListView. I ve followed the info in #1338475 and have my app recognizing the fling gesture, but after the gesture is complete, ...

AsyncTask and error handling on Android

I m converting my code from using Handler to AsyncTask. The latter is great at what it does - asynchronous updates and handling of results in the main UI thread. What s unclear to me is how to handle ...

Android intent filter for a particular file extension?

I want to be able to download a file with a particular extension from the net, and have it passed to my application to deal with it, but I haven t been able to figure out the intent filter. The ...

Android & Web: What is the equivalent style for the web?

I am quite impressed by the workflow I follow when developing Android applications: Define a layout in an xml file and then write all the code in a code-behind style. Is there an equivalent style for ...

TiledLayer equivalent in Android [duplicate]

To draw landscapes, backgrounds with patterns etc, we used TiledLayer in J2ME. Is there an android counterpart for that. Does android provide an option to set such tiled patterns in the layout XML?

Using Repo with Msysgit

When following the Android Open Source Project instructions on installing repo for use with Git, after running the repo init command, I run into this error: /c/Users/Andrew Rabon/bin/repo: line ...

Android "single top" launch mode and onNewIntent method

I read in the Android documentation that by setting my Activity s launchMode property to singleTop OR by adding the FLAG_ACTIVITY_SINGLE_TOP flag to my Intent, that calling startActivity(intent) would ...

From Web Development to Android Development

I have pretty good skills in PHP , Mysql and Javascript for a junior developer. If I wanted to try my hand as Android Development do you think I might find it tough ? Also what new languages would I ...

热门标签