I have my app data in a preloaded sqlite. Where should I put it so the build will contain the sqlite file and installed in right location in mobiles? In dev I can figure out the physical location of the following line. But after deploy the app to iPhone, it obvious did not find the db file.
system.pathForFile(“thecrazeapp.db”, system.DocumentsDirectory)
Thanks