my app not running after change into air application
Hi..
I have a problem with my application. I develop my application using html, jquery , adobe air and using sqllite as datastore. After finishing developes application. I want to make it become air file..
I am using this code:
First i create a certificate to my air file:
adt -certificate -cn foo 1024-RSA test_cert.p12 mypass
Then, i create air file using syntax below:
adt -package -storetype pkcs12 -keystore test_cert.p12
MyApplication.air application.xml AIRHelloWorld.html [and all the files included]..after that.. air file created.. i am trying to install it. and it is success. But, when i try to insert data to database from application it doesn't work, everything that i am doing to update and insert data or writing file.. it fails... but if I want to display data from database it's work.
Please help me...
