When I want to use SQlite database in follow section I get error " segmentation fault error " and app dose not load.
static void Main(string[] args)
{
var app = new Program();
Xamarin.Forms.Platform.Tizen.Forms.Init(app);
app.Run(args);
}
Is this a memory issue ?
Thanks