I've been having trouble getting the Windows.Devices.Sensors and CoreMotion namespaces to be recognized.
I'm using C# and have never had issues adding namespaces, but I'm unable to access their classes.
Has anyone ran into this issue?
I've tried each of the following:
- using Windows.Devices.Sensors;
- using CoreMotion;
- namespace Windows.Devices.Sensors{ code here }
- namespace CoreMotion{ code here }
↧