Sorry to ask again but my developer has once again asked me to clarify.
=====
Does the function GenuineDays work on Adobe AIR? If not, does if have any effect on being able to achieve my requirements below.
I want the software to check it is activated every 90 days.
If the activation check fails, I want to give the customer 30 days grace period, during which the customer will be informed in the software that they need to connect to the internet and recheck for activation.
I want the software to display the expiry date of the software that has been set in custom licence fields.
I want the software to enter the grace period if the expiry date set in the custom licence fields has passed.
In the case that the customer has activated offline, when the software enters the grace period, I want the customer to be able to generate a new signature file to activate offline again.
=====
ta.IsGenuineEx(90, 14, true);
What is the 14? Is that the trial period or the grace period?