Can Universal 10 run on windows phone 8.1 and 8.0 devices?

I want to ask a question that , if I choose the target platform is Universal 10 , will it run on Windows phone 8.1 or 8.0 ?

And what if I want to support 8.1 and 10 what would I need to do :smile:

And what is different between XAML and D3D ?

Thanks.

P/S : sorry for such a noob question since I’m new to windows phone dev :frowning:

No, Universal Windows 10 Apps will not run Winodws Phone 8.1 or 8.0.

If you want to support 8.1 and 10, then you should target Windows Phone 8.1.

XAML project type uses XAML layout with SwapChainPanel to render Unity graphics, while D3D - Unity renders directly to windows, also there’s no XAML layout there.

Thanks :slight_smile: