Cannot copying tables when compiling on Device
- by Amarpreet
Hi guys,
I am working on sqlite application with around 10 tables in database. it works fine when i run on simulator. And when i open the sqlite file from Applications folder of simulator it shows me all the tables and data.
the problem arises when i run app on device. I downloaded the application from device and i checked the sqlite database files there were no tables in it.
please help me solving this problem.
thanks.