peanut
peanut

Reputation: 1482

using sqlite database with Windows store app

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:

so my question is

Thanks in advance

Upvotes: 0

Views: 326

Answers (1)

Farhan Ghumra
Farhan Ghumra

Reputation: 15296

You are going on perfect way. If your app doesn't need Internet connectivity at all then don't go for cloud database. You should use extended splash screen to copy the database, you should not do that thing in App.xaml.cs. If you use cloud database then it will require more time for request-response. I think SQLite transaction is faster than that.

The certification may fail, if you are not using latest version of WACK. If your app fails WACK test, it won't be published.

Upvotes: 1

Related Questions