Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

newformac

macrumors regular
Original poster
May 24, 2011
107
0
Hello,

I have made an application. Now i want to make its fully functional for only 10 days trial. But i do not want to take date into consideration as its easy to crack date based trial.

Can you please suggest be a secure and reliable way to make trial in objective-C?

Thanks in advance.
 

Hansr

macrumors 6502a
Apr 1, 2007
897
1
Make it store e-mail or demo serial and authenticate date against a server instead of local time? Doesn't really matter what you do everything can be cracked unfortunately.
 

newformac

macrumors regular
Original poster
May 24, 2011
107
0
when i run license utility from downloaded package its give this error

error: There is no SDK with the name or path 'macosx'

and other project from source folder have no option to run.
 

jiminaus

macrumors 65816
Dec 16, 2010
1,449
1
Sydney
Where did you download the package from?

I did this.

In Terminal:
Code:
git clone git://github.com/bdrister/AquaticPrime.git
open 'AquaticPrime/License Utility/AquaticPrime Developer.xcodeproj'

Then I just built and run the project.

Read the AquaticPrime Developer Guide and the wiki.


Sorry, if don't have XCode 4 and haven't installed git, you can download an installer for it from http://git-scm.com/.
 
Last edited:

jiminaus

macrumors 65816
Dec 16, 2010
1,449
1
Sydney
i have xcode and this error comes when i run this project on xcode.

Where does the error come up? Take a screen shot if appropriate.

What version of XCode are you using?

What version Mac OS X?

Did you clone the AquaticPrime git repository from github or from somewhere else? If from somewhere else, where?
 
Last edited:
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.