Wiki SQLite example does not work on IOS

Hi

I am trying figure out a way to use SQLite on IOS.

I have found this usefull script, and it works great on my computer
http://wiki.unity3d.com/index.php/SQLite

When I compile it to my iPhone the GUI shows up right, but it doesn’t insert anything to the db file.

It would be so great to get this script working. Normally I don’t code in Javascript but it seems to be pretty easy to control the script with C#.

Thanks

If you have followed the step by step setup instructions you should have wonders about the following step:

Since its a dll it is not compatible with the Webplayer and any Mobile platform.
If you need SQLight support for ios you could take a look at this
https://github.com/Busta117/SQLiteUnityKit/

1 Like