Wyatt O'Dayʼs postsSupport staff

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

Subscription beginning upon activation?

Post on Dec 19, 2019

You'd have to contact that payment company and ask them how to integrate with our licensing API (the…

Post on Dec 19, 2019

Yeah, just generate keys on order. We have extensive documentation (and examples): https://wyday.com…

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

Post on Dec 19, 2019

>> "1) in absence of internetevt.ErrorObj is returning the value ' Error: Connection to the se…

Post on Dec 18, 2019

In TurboActivate.as, around line 532, you'll see if (RetCode == 4) evt.ErrorObj = null; Replace th…

Post on Dec 17, 2019

More information is needed: https://wyday.com/limelm/help/faq/#useful-reports Also, follow the exa…

Deleting a product key when expired

Post on Dec 18, 2019

Yes, apparently we never wrote the wrapper for that web API function for C#. Just copy an existing…

Post on Dec 17, 2019

Open the LimeLM.cs file and you'll see all functions. In that file search for "limelm.pkey.delete" a…

Post on Dec 17, 2019

Huh? https://wyday.com/limelm/help/api/limelm.pkey.delete/ https://wyday.com/limelm/help/faq/#us…

ProductSolved

Post on Dec 18, 2019

Yes. Create separate versions in the product. Or use custom license fields: https://wyday.com/limelm…

What the features mean on "pricing and purchasing" LimeLM pageSolved

Post on Dec 17, 2019

Product: your products. Activations: described on the page, also: https://wyday.com/limelm/help/ac…

Extra activation data example using VBA

Post on Dec 16, 2019

Those values are not saved in custom license fields and cannot be retrieved from within your app. …

Some pre-purchase questions.

Post on Dec 16, 2019

>> "1. Does the wyUpdate work with .net core?" Not yet. wyUpdate requires Windows Forms (whi…

A way to retrieve Extra Data in Trial/Extend Trial periods.Solved

Post on Dec 13, 2019

No, you can't get the extra data for trials on the client side. Only for activations.

FTP Update Issues

Post on Dec 12, 2019

Use SFTP (SSH FTP) for uploads and HTTPS for downloads. Everything else is putting your data at ri…

Turbofloat + Turboactivate Static Linking Access ViolationSolved

Post on Dec 11, 2019

It's not necessary and doesn't prevent cracking. Nothing can. Hence, it being buried in the forum. I…

Post on Dec 10, 2019

Verify the hash of the library before you use any of the functions. Search the forum, this has been …

REST Generate key - email is always emptySolved

Post on Dec 10, 2019

We can't reproduce it using POST with properly urlencoded parameters.

Implementation TurboFloat Server questions

Post on Dec 6, 2019

>> "2) OK, Is this supported in the Hosted version? This because some of the clients will have…

Post on Dec 6, 2019

>> "In the documentation you mention that it is better to create a TFS on your infrastructure,…

TurboActivate TLS/SSL Ca Certificates on macOSAnswered

Answer on Dec 5, 2019

>> "We are linking and deploying libCurl together with the application" Ah, OK. That's likel…