views:

41

answers:

0

Hello, I have developed a static library in iphone and was able to successfully use it for a single project. I want to give the project source code to the client. But I want the library to be working only for thirty days from the day i am releasing to the client. How can i do it? Here is an option that i thought of: 1. Put up a hard coded date starting from the day of release and check each time the user launches it and give all null values if expired.

Please suggest me if there are any better ways of doing this??