ok,thanks
from https://wyday.com/limelm/help/using-turboactivate-with-c-plus-plus/ I read :
"Handling the case where the customer has not re-verified with the server in X + Y days
If the customer has not successfully re-verified with the servers in nDaysBetweenChecks
+ nGraceDaysOnInetErr
then TA_IsGenuineEx()
will return TA_FAIL"
I am new in using LIMELM,I need to better undesrtand this question:
Suppose a user has downloaded a tria version of my app, and he has not re-verified in (nDaysBetweenChecks + nGraceDays = 90 + 15 = 105 days.
I don't understand the logic of use 90 as nDaysBetweenChecks I i think it's too long time) : In those 90 + 15 does the trial still run?
I suppose that after a trial period (say of 30 days) , the app must exit
So, can you explain better? Maybe I am bit confused
Thanks in advance
Mauro
For trials use verified trials, not activations. The X + Y days (and the defaults we've suggested) are to allow for legitimate customers and to handle refunds and the occasional fraud (chargebacks, etc.). In other words, it's a balanced approach to solve a lot of problems with minimal effect on legit customers.
ok,thanks