Recently we have started expanding our App to support Surface Hub(both 55-inch & 84-inch). At many places we designed entirely different set of UIs for Hub thus the need come up to identify the device is Surface Hub or not so that we could show the specific UI.
I explored various Device identification/Input Apis but unfortunately none of them provides any lead on identifying a device.
I don't remember it fully but I guess I read it somewhere that now UWP SDK doesn't allow developers to identify specific device types since UWP app is expected to run on all kinds of Win 10 running devices - may be someone could confirm this. However since the Resolution of Hubs are much higher than normal Desktop/Tablet devices I'm sure showing various UIs can be manipulated using VisualState triggers.
Still it'd be great if somehow I would be able to identify whether a device is Surface Hub or not before my App starts running, more like identifying whether touch capabilities are present on the current device.
Hopefully someone would be able to help me out with a reasonable solution here!