This content has been marked as final.
Show 1 reply
-
1. Re: Your licence could not be validated
Quentin T Mar 11, 2011 7:39 AM (in response to Quentin T)OK, so I found what was wrong!
First, the GUID I was generating looked OK but where not, I changed my mind and chose to manually copy/paste them from the "Get Application Key" tab, rather than trying to have a semi-random logic.
Then, since I am building the apps from a command (server-side) I use a <flex-config> file. One of the setting that I missed was <static-link-runtime-shared-libraries>. For some unknown reason I set it to false, which was a bad idea, because apparently that doesn't work with licensing.swc; setting it to true fixes the error I was reporting!
Very happy, now build apps with just a few clicks!
