They're not the same. You set the trial length in LimeLM.
Is Grace period and Trial days same ?
In the below function,ta.IsGenuineEx(DaysBetweenChecks, GracePeriodLength, true);
if we set GracePeriodLength = 10, the trial value will also be 10 ?
According to the examples, it has said GracePeriodLength comes in existence only if the app cannot verify with the server and thus app deactivates after GracePeriodLength is over.
Trial is activated with ta_UseTrial() function. If they are not same, how do we set Trial days ?
They're not the same. You set the trial length in LimeLM.
Do you have any function/API that notifies that GracePeriod has started and ended in the following function,ta.IsGenuineEx(DaysBetweenChecks, GracePeriodLength, true);
GenuineDays() function returns the number of days remaining for next connection to the server including or excluding GracePeriodLength ?
tnx
See TurboActivate.h. It includes the full definition of TA_GenuineDays() including how to use it.