Hello I would like to make a project for Vuzix M300 Smart Glasses. In order to do so I need to get some information about my device in my PCL. I found some Xamarin Plugins which did not really solve my problem. So is there a way to get information about the current device like: vuzix M300 in my Visual Studio?
After all I found the answer by myself. I used the Xamarin Forms Dependency Services to get the information into the pcl. If you try to call the Plugin within the pcl you will get an exception.