The example app shows a good use case of TurboActivate. To get the trial days remaining you use: ta.TrialDaysRemaining(); Then use the event handler to read the number of days remaining.
Hello,
I am using your product for my AIR application that is TurboActivate.
I am calling fucntions in following orderta.VersionGUID = "my version id";ta.addEventListener(TurboActivateEvent.IS_GENUINE_EX, onIsGenuineEx);ta.addEventListener(TurboActivateEvent.USE_TRIAL, onUseTrial);ta.addEventListener(TurboActivateEvent.TRIAL_DAYS_REMAINING, onTrialDaysRemaining); ta.IsGenuineEx(90, 14, true);
Now how can i get trial days remaining to my user?And if i am already activated with valid activation key and my trial has expired then how will i handle this case?
ThanksDhwani
The example app shows a good use case of TurboActivate. To get the trial days remaining you use: ta.TrialDaysRemaining(); Then use the event handler to read the number of days remaining.