I don't have a Windows 8 tablet.
On tablet emulator and on desktop Windows 8 the following code returns null:
lightSensor = Windows.Devices.Sensors.LightSensor.getDefault();
Same for other sensors (but not for geolocation).
Can i somehow test my code without device ? I don't care about any sensible data returned, but it would be great to test code correctness.