Hey Steve,
I'm not quite sure what you're asking. Are you asking how to use IsGenuineEx() or how to revoke a key?
By default TA 3.3. gives 30 days before checking online for license revocation.
What I want to know is what sets day 1 after our app is installed? Do you set it on first run of the app? Or isit set on Product activation?
Hey Steve,
I'm not quite sure what you're asking. Are you asking how to use IsGenuineEx() or how to revoke a key?
Neither.
If user installs my app - and I set the app to check for revocation every 30 days (the TA default) what I want to know is when the count starts from day 1?
From day of first ever run of my app? Or day of first run of my app after acitvation?
Also if the user does not switch on their computer or run my ap for many days - does the count get affected?
Steve
Oh, ok -- you're asking aboutthe trial functionality (TrialDayRemaining()). The trial starts the first time you call UseTrial() and it lasts for how ever many days you configured your app to have a trial for. If you configured it for 1 day then eactly 24 hours later the trialDaysReminaing will be 0. If you configured it for 30 days then exactly 30 * 24 hours later the trialDaysRemaining will be 0.
Also if the user does not switch on their computer or run my ap for many days - does the count get affected?
Yes, the trial is consecutive days. If the user needs more time then generate a trial extension for them.