Yes, you can use license features for this. That is, have a license features value that stores the total number allowed starts of your app. Then, somewhere in your code implement the actual counting and limiting behavior.
In addition to a timed trial, I also want to limit the number of times some can run my trial version of my app.How can I implement such a feature with TurboActivate.Any ideas ?Wondering if the licensing features can help in any way ?
Thanks
Yes, you can use license features for this. That is, have a license features value that stores the total number allowed starts of your app. Then, somewhere in your code implement the actual counting and limiting behavior.
Thanks for the reply.The issue with the solution you proposed is that I have to calculate and store the information (number of invocations) somewhere external to my app as the app loses such information once its execution finishes.I was wondering; if it is possible for the app to have some data written to the dat file and read that back securely.Is there any api for doing such a thing ?
No, you'll have to store it separately. (Nothing is written to the *.dat file).