Wyatt O'Dayʼs postsSupport staff

Wyatt O'Day (Wyatt) has made 7770 posts.

Where are the return variables for Adobe AIRSolved

Post on Jan 7, 2020

Adobe AIR is asynchronous by nature. It's basically JavaScript / NodeJS with all of the flaws and no…

Path cannot be the empty string or all whitespace

Post on Jan 4, 2020

Use the log to record what is failing. Use the return codes. And before you start calling things fro…

Post on Jan 3, 2020

If you're using /fromservice, then you must actually be calling it from a service. Not from a regula…

Is Grace period and Trial days same ?Solved

Post on Jan 3, 2020

See TurboActivate.h. It includes the full definition of TA_GenuineDays() including how to use it.

Post on Dec 30, 2019

They're not the same. You set the trial length in LimeLM.

When is an account auto-Upgraded?Solved

Post on Dec 31, 2019

Change your plan on your account page. Shoot us an email when its done and well refund the differenc…

Post on Dec 30, 2019

I don't know if our system auto-upgraded your account. It only would have in the conditions I listed…

Post on Dec 29, 2019

LimeLM only auto-upgrades accounts when limelm.pkey.generate or limelm.pkey.setDetails web API with …

Providing Turboactivate.dat as arraySolved

Post on Dec 29, 2019

We already have a function for this (for more than 3 years now): TA_PDetsFromByteArray. Look in Turb…

Crash in TurboActivateSolved

Post on Dec 28, 2019

First, use the latest version. Then try again. Secondly, if youre using the static library, then u…

Counting of trials and file path of activation dataSolved

Post on Dec 27, 2019

1. The number amounts to the number of devices that have ever used a trial of your product versions.…

TurboActivate trial offline crashSolved

Post on Dec 26, 2019

We think we'll be able to reproduce this. Thanks for reporting this, we'll release a new version in …

Post on Dec 26, 2019

My guess is you're using an old version (we fixed a crash a number of versions ago). Please provide …

APi one user workaround! (No.)Solved

Post on Dec 26, 2019

>> "But then how do I ensure that the licenses get updated? " Do it as part of the order pro…

Post on Dec 23, 2019

Don't use the web API from your app: https://wyday.com/blog/2019/when-in-conflict-security-supersede…

General IsGenuineEx() confusion

Post on Dec 23, 2019

Also, see the documentation for TA_GenuineDays() (if you're looking to display this information to t…

Post on Dec 23, 2019

>> "1) 1st Dec, ta.IsGenuineEx(15, 0, true); executed/activated." It's hard for you to know …

Post on Dec 23, 2019

>> "ta.IsGenuineEx(15, 0, true); on the 10th Dec." It depends. Because you only gave us part…

Post on Dec 23, 2019

First of all, don't set the grace period days to 0. You're punishing customers with imperfect networ…

Adobe AIR help, Error: The product needs to be activated.Solved

Post on Dec 23, 2019

>> "I am already using a dialogue box to see all the messages inside the functions which is ju…