Hi friends.
Just finished my first Corona project, I have the next problem and hope anyone could help me.
My database is working properly in Android devices however that same Lua code isn’t in iOS.
So, any of you could give me a hand?? why is this happening??
local path = system.pathForFile("data/database.db", system.ResourceDirectory) local db = sqlite3.open(path)