Hello!
I've a question about a good way to protect a bit my cocoa app from piracy! I know that this is impossible!
So, in my app I've an isRegistered() method that run every time the user launch the app! This is called in the applicationDidFinishLaunching: App delegate ... so if this method return true, the app continue to execute the code ... otherwise an Alert appears saying that the app is not registered and there are xx day to buy a license!
This is a good way? Because, I have no experience in this!
Thank you in advance for your help!
~SOLVED~
First at all thanks to everybody! I think the same thing: any copy protection can stop the piracy! I'm trying only to solve this little bug, even if I know that someone will crack my app again! However, it's true ... the best thing is to improve the app and not waste the time to try make more efficient the piracy protection!