Checking which licenses are still in useAnswered

Hi,

Is there a way to view usage stats on licenses ?

For example : If a license is 5 years old, when I look at it's details it shows as Activated and the date when it was activated. But my application calls IsGenuine every 90 days, and I'd like to know if this 5 year old license is still in use.

So I'd like to know when IsGenuine was last called for this license.

Is this information available ?

I know in the account activity page it's possible to view when a license is activated or deactivated etc..

But this doesn't tell me if the license is still in use.

Many Thanks

Answer

We don't track telemetry data with TurboActivate. This is by design.

We've considered adding a telemetry product to our lineup but it's hard to design it in a way that customers won't abuse it. It's also a legally-fraught area (to put it mildly).

ok - I see where that could get - tricky.

if you do an Export of product keys (using either web API or wyday.com, that will show ALL of the activation events for every product key.  Besides the initial activation event when a user actually activated, there may be additional activation events generated when your app calls IsGenuine (maybe IsGenuineEx, as well, but I don't know that for sure).  These extra activation events don't happen every time your app is run, but it may give you some insight into your app's usage.