the database file

I have a question,i want to submit my app to appstore with a database file. Can i do it? the database contains some infomation which only show in app interface. [import]uid: 29364 topic_id: 13475 reply_id: 313475[/import]

Yes. The DB file is just a resource just like your graphics and audio files.

But if you build it into your app at runtime you can’t edit it because it will be in the resources folder. You’ll need to copy it into the documents folder and work off it from there.

If you’re just reading data from it then it will work with no issues. [import]uid: 11393 topic_id: 13475 reply_id: 49463[/import]

thank you [import]uid: 29364 topic_id: 13475 reply_id: 50133[/import]