Daniel_97
Daniel_97

Reputation: 901

Xamarin PCL get Device Information

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?

Upvotes: 0

Views: 324

Answers (1)

Daniel_97
Daniel_97

Reputation: 901

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.

Upvotes: 0

Related Questions