snowplow / snowplow-unity-tracker

Snowplow event tracker for Unity. Add analytics to your Unity games and apps
http://snowplowanalytics.com
Apache License 2.0
16 stars 11 forks source link

Switch to new Database library for better cross platform support #23

Closed paulboocock closed 4 years ago

paulboocock commented 4 years ago

The current SQLite library has poor support on iOS and Android, in particular it doesn't work on the latest versions of Android. Switching to a .NET Standard library such as sqlite-net-pcl should offer better cross platform support.