Hi,
I have a db stored in the DocumentsDirectory (inside project sandbox) and it works fine on simulator. I think when I build for the device the file is not included and I aways get error on device. If thats the case, how to include or preload the file into DocumentsDirectory?
I also found out that I could write to my db when I store it inside ResourcesDirectory (same folder as main.lua). This seem to be different from what the documents said, the ResourcesDirectory is read-only.
Hope to get some help on this. Thank you.
So Lin