We are experiencing an issue where we can change the text in a custom license field on the WyDay website, and never see TA_IsGenuineEx returning TA_E_FEATURES_CHANGED. Are we misunderstanding the intent of that return code?
Thanks,
Chris
TA_E_FEATURES_CHANGED
is a return code that is rarely returned anymore (there are 1 or 2 uses where it is still returned). But during normal usage, even when the features have changed and have been updated, you will not get that return code.
Why? Because that return code used to mean you had to make a second call to the servers to get the latest license fields. Now it just does that by default.