Is there a way to make an game available for only xbox series s/x and not for xbox one?

Viewed 60

My game, built with Unity for UWP, I am using a library that is not supported for xbox one, when I upload the game I do not see a place to separate xbox one and xbox series, what should i do ?

2 Answers

I have to say you can't specific device for the app such as only aviable for xbox series. As you know the store aviable options of the device family only contains Xbox option on the list when you publish your app. You can only detect current device info witin code behind and show dialog to notify the people xbox one is not aviaiable.

Related