piracy Questions
23
Solved
I dont know what to say. About 3 days ago I released a script to the public. Today I realised, after searching on google that someone had already nulled (removed my protection) and pirated the scri...
Royroyal asked 15/6, 2009 at 11:43
3
Solved
To ensure that my paid android application was legally installed from store, I write this:
String installer = getPackageManager().getInstallerPackageName(
"com.example.myapp");
if (installer ==...
Sinistrous asked 18/3, 2016 at 11:36
1
Solved
Three days ago, Visual Studio asked access to my keychain. I thought it was very weird (I have the same VScode version since two years, downloaded on the official website).
I denied access each tim...
Economic asked 10/10, 2020 at 16:29
1
I'm using 'com.github.javiersantos:PiracyChecker:1.2.3' because my app is not yet integrates AndroidX.
I have numerous reports from user reviews in my app's Google Play page that they have install...
Iow asked 22/11, 2019 at 11:15
0
I have an Android app published to Google Play Store (and its apk file is also published to some Chinese stores by somebody that I don't know). Today I noticed a very strange situation in Google An...
4
Solved
I've just released an app, a paid app, 4 days later a user told me there's another web site in China hosts my app. I downloaded it from there, and it does run fine on my device!
There are posts h...
5
I'm writing an HTML5 based game that runs as a stand-alone application. It is distributed via the web, but there are no other server requirements—no database, etc.—everything is "in-app". Thi...
Turro asked 8/4, 2011 at 17:17
1
My app uses in-app purchase, and I verify the transaction receipts with Apple. This has shown me that many users are trying to pirate the in-app purchase mechanism by submitting fake transaction re...
Lefebvre asked 16/5, 2013 at 15:24
3
Solved
Does In-App Purchase works on an iOS pirated application?
Being a developer, I was thinking about the potential following use-case:
Some internet user install my application by pirating it
I let...
Snowwhite asked 2/1, 2012 at 23:37
1
I know this the question of how to detect if your iOS app has been pirated has come up dozens of times, and the general consensus is that:
It isn't worth playing that cat and mouse game
Peo...
Orthochromatic asked 19/8, 2012 at 6:10
4
Solved
What are accepted methods to reduce iPhone application piracy, which do not violate Apple's evaluation process?
If my application "phones home" to provide the unique device ID on which it runs, wh...
Solemnize asked 10/5, 2009 at 23:30
2
The app I am working on is automatically cracked by antiLVL (although I am not using the LVL in my app).
In order of protecting my app from "one-click piracy", I am implementing tampering detectio...
2
Solved
Possible Duplicate:
How are Software License Keys generated?
I am a beginner in software developement and I would like to know how to implement a protection system on my Java app to p...
4
I would like to distribute my software (.net windows application) with evaluation version of 30 days irrespective of system time.
I do not want to use internet for fetching time as software is to...
22
Solved
I am curious about how do you protect your software against cracking, hacking etc.
Do you employ some kind of serial number check? Hardware keys?
Do you use any third-party solutions?
How...
Blackmarketeer asked 21/9, 2008 at 1:58
1
Solved
I am about to implement a very basic licensing feature for my application. A serial number may be granted per-machine (or per-operating-system) or per-user (as for CAL in Windows Server: if my appl...
Cloudberry asked 27/4, 2010 at 23:54
4
Solved
I plan to release one small, low priced utility. Since this is more hobby than business, I planned to use Dotfuscator Community Edition that is shipped with VS2008.
How good is it?
I coul...
Percuss asked 8/1, 2010 at 19:27
2
How easy is it to determine whether an iPhone application is cracked and report that device ID to a server rather than block it / or turning the app into a lite version? Would patching remove these...
Dateline asked 4/1, 2010 at 11:43
9
Solved
I'm not interested in getting version information. All I want to do is to make sure my application will only run on a legal version of Windows and not on a pirated version. Windows uses some ...
Nernst asked 22/9, 2009 at 8:55
7
Solved
What is the best way to avoid that an application is copied and used without the owner’s knowing?
Is there any way to trace the usage? Meaning periodically the application communicates back, with ...
Sybarite asked 21/1, 2009 at 22:52
1
© 2022 - 2025 — McMap. All rights reserved.