Hi!!
I know Windows 10 is still a preview version but I've tried to add this project to my xamarin's solution. The point is that everything works fine until I try to make a package to install in other computer (enabling developer mode) with the option Project -> Store -> Create App Packages...
The installations works but when I launch it, the splash screen appear (with the logo) and after that, the app crashs. I tried in some virtual machines and it doesn't work, the app always crashs but it works while debugging in visual studio.
The error that appear in the event log is the following...
Faulting application name: Test.Win10.exe, version: 1.0.0.0, time stamp: 0x567fb5d3
Faulting module name: Windows.UI.Xaml.dll, version: 10.0.10586.35, time stamp: 0x566505e8
Exception code: 0xc000027b
Fault offset: 0x00000000006fcc8b
Faulting process id: 0x3208
Faulting application start time: 0x01d140928578e4f8
Faulting application path: C:\Program Files\WindowsApps\33565Test.331722E333E44_1.2.0.0_x64__hrtcvzzpw7d9m\Test.Win10.exe
Faulting module path: C:\Windows\System32\Windows.UI.Xaml.dll
Report Id: ca7ed9f6-089b-4823-9cca-baae37362c26
Faulting package full name: 33565Test.331722E333E44_1.2.0.0_x64__hrtcvzzpw7d9m
Faulting package-relative application ID: App
Any idea?