On Thu, Nov 27, 2008 at 6:53 PM, Weyert de Boer <[EMAIL PROTECTED]> wrote:
> You could make a constant class and then re-compile and package a AIR
> file for each download of the application. [...]
In the same spirit you could, perhaps, bake the ID as one of the compiler
arguments of your AIR swf,
You could make a constant class and then re-compile and package a AIR
file for each download of the application. Or you can the easy way and
generate a unique identifier and store it somewhere like encrypted store
when the application is first launched. After you can always pass along
the ident
Do they have to login to either get or use the application? If yes, you can
associate a unique key with every login and pass this from the app to the
server
On Thu, Nov 27, 2008 at 10:37 PM, ilya_persky <[EMAIL PROTECTED]> wrote:
> Hi!
>
> If anybody knows how to handle such kind of issue?..
>
Don't know about any installation ID on AIR. But, maybe you could assign a
unique value on server side during install (a GUID exposed in a
webservice?), store the value in a encrypted database locally, and use that
value every time you run the app..
___
Clau
4 matches
Mail list logo