save sqlite3 file of my App

Posted by user1553381 on Stack Overflow See other posts from Stack Overflow or by user1553381
Published on 2012-09-01T09:36:14Z Indexed on 2012/09/01 9:37 UTC
Read the original article Hit count: 180

Filed under:
|
|
|
|

I'm new with dealing with the .sqlite3 in iphone, I created a sqlite3 file in

/Users/myLab/Library/Application Support/iPhone Simulator/5.1/Applications/308C4355-D8EE-4524-A7F9-638DEB68B298/Documents/file.sqlite3

and I inserted the tables into it using Terminal.app and everything works ok with my app.

but when I moved this application to another device, opened by xcode and trying to run it, I discovered that my tables are not found in this .sqlite3 file in another device.

how can I save my tables in .sqlite3 file??

© Stack Overflow or respective owner

Related posts about iphone

Related posts about ios