Hi there,
I'm looking into how the publisherid value is generated in Adobe AIR 1.5.3 applications. Reading: http://help.adobe.com/en_US/AIR/1.5/devappshtml/WS5b3ccc516d4fbf351e63e3d118666ade46-7ff0. html it appears that I should not specify a publisherid value in my application descriptor file. It looks like with 1.5.3 and later, the publisherid is not specified by AIR - I'm guessing the OS assigns the publisher id value so? Is there any predictable way of figuring out what the publisherid is going to be? Will a publisherid change if I update an existing version of the application?
The reason I'm asking this question is for debugging purposes. I'd like to be able to tell users of my application _exactly_ where they can find log files for my app. I'm storing log files for my application under /Users/me/Library/Preferences/my.namespace.PUBLISHERIDGOESHERE/Local Store.
Thanks
Sean