In an app I'm developing (In-App Purchase) I'm thinking on allow full access to the app the first week after first opening, so the users can fully evaluated it. Once this time has gone, only some functionalities will be enabled.
Which is the best way (and secure way to do that)? I've thought on save the first open date of the App on KeyChain but, what about change iPhone/iPad system date?
Thanks.