Questions tagged [piracy]

Piracy is the use of works under copyright, infringing the copyright holder's exclusive rights, such as the right to reproduce, distribute, display or perform the copyrighted work, or to make derivative works, without permission from the copyright holder, which is typically a publisher or other business representing or assigned by the work's creator.

60 questions
2
votes
1 answer

How to report an Android app clone on Google Play (piracy)

Someone copied my game Minesweeper 3D and republished it on Google Play with the same name, description, resources, etc. Only the logo and icon were changed! I checked the other apps from the same "developer" and they are all copies. This question…
thiagolr
  • 6,909
  • 6
  • 44
  • 64
2
votes
6 answers

Prevent time-based copy protection circumvention?

I have some trial software that I wish to distribute to clients. I want the trial based software to stop working 30 days after installed. A simple check of the system date in the software is the most straightforward way to achieve this, but couldn't…
Jake Wilson
  • 88,616
  • 93
  • 252
  • 370
2
votes
3 answers

iPhone sdk - owners name?

Is there a way in the iPhone sdk to get the name of the contact who own's the phone? I see that my app has been cracked, and I would like to update a release which checks to see if it a cracked version and then display the following: Hello (Persons…
Kyle
  • 17,317
  • 32
  • 140
  • 246
2
votes
2 answers

how to prevent your Cydia tweaks from getting cracked?

I'm working on a new Cydia tweak, It'll be paid! The problem that I don't want it to be cracked/pirated/redistributed. Are there any scripts I can use in my tweak? Few examples: A script that will mail you a log securely to know if the user bought…
Majd Alfhaily
  • 23
  • 1
  • 3
1
vote
1 answer

Keep SVGs from Being Accessed by User

I'm putting together a mobile version of a webpage which consists entirely of client art. For the old-fashioned desktop version, I just used PNGs, but I really wanted to use SVG for mobile. SVGZ would be smaller and resolution independent, so it…
Jordan Acosta
  • 405
  • 4
  • 12
1
vote
1 answer

Detect if the app has been cracked/pirated

I'm making an app that has purchases from the playstore, but there are always people who modify the app to be able to crack the app and buy the products for free using luckt patcher or another app. And I want to make a system in case the app…
Ian Pablo
  • 21
  • 2
1
vote
3 answers

Preventing Screenshots (Print Screen) In Full screen Application

I have a need to prevent screenshots made by Print Screen button. And by third party software. I decided to use fullscreen so they can't use their third party software to make a screenshot. But I still have no clue how to prevent screenshot. PS.…
1
vote
0 answers

Using Steamworks.NET without being published on Steam (Spacewar)

I've been doing some testing with Steamworks.NET, using the default game id that it provides (480 - Spacewar), and everything seems to work - I can access friends list, use p2p with NAT punch-through, etc, Steam just shows me and my friend playing…
OddlyVivid
  • 11
  • 2
1
vote
1 answer

Protect my Android (Intel XDK) app from piracy

I´ve been developing an Android app with Intel XDK but now I need to know how can I protect it from piracy. Can you tell me the methods to achieve this and how can apply it with Intel XDK? (any example will be useful) Just in case, my app will work…
Alan Alvarez
  • 646
  • 2
  • 11
  • 32
1
vote
2 answers

Create product keys for iPhone application? [iPhone SDK]

Is it possible to assign different identifiers to copies of an app downloaded from the app store that is hard coded into the application? Or is their anyway of permanently storing an identifier in the application bundle such that when it is copied,…
user239754
  • 45
  • 5
1
vote
0 answers

Protect client-server communication from leaks

I'm developing an android application that communicates with my server. That server provide information through a get (or post), and the application display these information. The question I want to make is if it's possible to make this connection…
Ferra
  • 91
  • 9
1
vote
0 answers

Efficient DRM for Amazon app store

I think about releasing an app at Amazon app store. They do provide their own DRM system but there seems to be no way for the app to retrieve any license validation information like Google Play offers. So I think it should be easy to patch any…
Hokascha
  • 1,709
  • 1
  • 23
  • 41
0
votes
1 answer

automating RAPIDSHARE piracy file take down process

I found a new search engine that speeds up finding piracy files from rapidshare, how could I automate a tool that finds our product using this engine and outputs the list of the rapidshare URLs that will be then sent to abuse@rapidshare.com. search…
Tom
  • 6,725
  • 24
  • 95
  • 159
0
votes
1 answer

How can I protect my videos from being stolen?

I produce movies for local companies and use JWplayer to display them on my website. However, it appears that a few companies have snatched the source of the FLV's ( Amazon's EC2 ), and embedded it on their site. Is there a practical way to prevent…
Trip
  • 26,756
  • 46
  • 158
  • 277
0
votes
0 answers

Website project piracy checker system for mern stack

I am going go create a ecommcere website. I want to implement website tracking. If sombody clone my website and resell it. How can i track ?. How much url are using my created website and all things. And want to add unique serial key. In mern…