I am using SQLite.WP8 in Windows phone 8 project. Now when I tried to test with store test kit it says:
"the application package(XAP) is not up to date,recompile and try again. change the solution configuration to release and platform to any ARM and rebuild the app"
But as I am using sqlite i cannot change to ARM.
Can anyone tell possible solution?
What is your IDE? Are you using:
Visual Studio 2013 Pro or better + Windows Phone SDK
I'm assuming that your OS in Windows 8 or 8.1 x64 and you got a intel i5 or i7 CPU (or other cpu with SLAT (Second Layer Address Layer) support).
You can download the http://www.sqlite.org/download.html#wp8 or instal the extension and see the code in https://github.com/peterhuene/sqlite-net-wp8
There is a nice article and code in http://code.msdn.microsoft.com/wpapps/Using-Sqlite-with-WP8-52c3c671