I guess I am not the first one who encount this issue, but can't find much information after a bit of research. Here is my question:
- A windows store app access a sqlite database, the database contains a few tables, and it is read only. The size of database is 20 MB.
- at the starting of the App, it will copy the database to application folder (if it is not already there). It works fine, when i test it manually (although it is not lighting fast). but it always failed badly when testing again the certification test toolkits, failed at the preformance test with "app crash" or "app can start" error.
so my question is
- 1) is this the correct way of using sqlite database in windows store app? (i mean using a 20MB database locally) or should i port the data to cloud?
- 2) is the failure of the certification toolkit really matter? ( will it also means failure of publishing process?)
Thanks in advance