Problem with dealing with database using the database api
-
i want to use an existing database so and i've found that the "openDatabaseSync" needs the database to be renamed to the md(name) and to create an ini file with the same name that contains the name, version and description and i did so, it worked on the simulator pretty well, but when moved to deploying on a device it didn't work don't know why
as a debugging, i didn't ship the database and tried to make the api create it but it didn't, it only created the ini file but didn't create the database file
how can i fix this