1900 results found
And, we already have a number if pre-built examples for some common payment platforms: https://wyday.com/limelm/help/how-to-generate-product-keys-after-order/
I noticed here https://wyday.com/forum/t/1535/revoking/#post-8536 that you were planning to release a built-in version of this functionality with TurboActivate 3.3.
One of our customers reported this error: Error trying to save file: Error downloading "https://.../wyserver.wys": Unable to connect to the remote server We have identified the issue was related with the proxy the customer has been using.
If it's just a trial, then use the verified trials: https://wyday.com/limelm/help/trials/#verified There's a ton of verified trials included with every plan.
(wyBuild needs previous versions of you app to generate the patch files: https://wyday.com/wybuild/help/faq.php#how-it-works ); 2.
In the case of custom license fields, it amount to clicking a button: https://wyday.com/limelm/help/license-features/#change-field-read-new
Either way, should I assume that extending a trial offline should involve a trial extension key along with UseTrialVerifiedRequest() (ala normal offline activation as described in: https://wyday.com/limelm/help/offline-activation/ - specifically the reference to using CheckAndSavePKey()/ActivationRequestToFile())?
Our recommendation is to give every user of LimeLM their own separate login: https://wyday.com/limelm/help/add-users/ This way you won't run into issues of multiple users using the same LimeLM user account to manage an account.
Hello, We have a Client who is having trouble activating their Node Licence on some machines, they are able to connect through Internet Explorer on the same machines to https://wyday.com/. We suspect it is Antivirus, Firewall or some such program interfering and they are in the process of investigating.
I would like to use TA on raspberrypiOS (downloaded here: https://www.raspberrypi.org/software/operating-systems/#raspberry-pi-os-32-bit) unfortunately when I link TA with my app, here's what ld is telling: /usr/bin/ld: /home/pi/dev/myApp/src/TurboActivate/RPI4/libTurboActivate.so: undefined reference to `std::__cxx11::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >::basic_stringstream()' collect2: error: ld returned 1 exit status is there's something I can do about that?
Have them download this utility: https://wyday.com/files/wyday-fp-diagnostic.zip Have them… extract itopen a commandline prompt (type “cmd” in the Window start menu)navigate to the folder they extracted it to (e.g.
We are not able to update, because of reported problem with compilation - https://wyday.com/forum/t/5036/turboactivate-4-4-4-0-on-ubuntu-16-04/ In other words, you have just killed all older libraries and softwares that are using it, without ANY NOTICE UPFRONT.
So, whichever HTTPS posting library you use (honestly, use a thin wrapper over Curl if you can) you need to ensure that the data is sent as url-encoded (both the data must be properly formatted and not “magically cleaned” by whatever backend the library uses) and the url-encoded request header must be used.
Th correct way to get product key details from a product key is https://wyday.com/limelm/help/api/limelm.pkey.getID/
Also, fixing broken WMI can also be a solution: https://wyday.com/limelm/help/faq/#fix-broken-wmi
https://wyday.com/limelm/help/activations/#faq
I see now where confusion occurs: The Help at https://wyday.com/limelm/help/api states: that limelm.pkey.find takes 3 required parameters: api_key (Required) , version_id (Required), email (Required) but the C# Example code takes two: Q: I guess I have to change this method.........
More information here: https://wyday.com/limelm/help/faq/#internet-error */ #define TA_E_INET_TLS ((HRESULT)0x00000024L) Follow the FAQ.
These topics are covered extensively in our docs: https://wyday.com/limelm/help/activations/ https://wyday.com/limelm/help/trials/
I was also thinking about sending product key over https and validating it on server using LimeLM web api.