Ok, if I test out my app it is just fine from the adl using:
>C:\air\sdk\bin\adl C:\IBM\work.......\application.xml
and the app runs fine in test mode with the EncryptedLocalStore
It's when I make an AIR file:
C:\IBM\work.......>C:\air\sdk\bin\adt -package -storetype pkcs12 -keystore ../app.pfx app.air application.xml .
password: **********
And when I run my file it is dying at the following:
username_data = air.EncryptedLocalStore.getItem( "username" );
If I put a try catch around the error that is thrown is: ERROR
Anyway I can figure out why ONLY when I run the air app it is doing this? ANy ideas on debugging? I cannot get this to access the EncryptedLocalStore only in the air app.
Thanks for any help!
JJ