If I am developing an app that has a 30 day trial, for example, where would the best place be to store the license information? Application support is too easily accessible, but I am not sure where else would be appropriate…
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
ApplicationSupportorPreferencesis the correct place for it. If someone deletes the appropriate file to get an extra 30 days of use, is that such a big deal?If you really want to stop people from getting more than 30 days of use, consider online activation.
You could also require Admin access to install your app and put a hidden file somewhere deeper in the system, but that would definitely fall under bad practises.