PDA

View Full Version : Getting some kind of installation ID


allanbj
05-26-2009, 03:59 PM
Isn't there a way I can get to know some kind of installation ID of my AIR application so that I can uniquely track each installation?

Allan

evride
05-28-2009, 05:58 PM
use the encrypted local store. when the program first starts up, check to see if an encrypted local store value has already been set. if not, create a new random key to store as that value and send that value to your server. if the computer can't send it because it's not currently connected to the internet, save another encrypted local store variable to tell your program whenever it starts up that it should try sending the key again.