I want my iPhone app to be valid only for a particular time period. This has to be done by provisioning profile and not through the App Store. Please give me some suggestions.
|
Create a NSDate that represents the end time of your app preview. Then compare it to the current time and if the result is grater then you should exit the app. Although it is better to display a message to the user that the preview period expired as apple does not provide a straight forward way to exit the app.
| |||
|
feedback
|