Skip to content

Instantly share code, notes, and snippets.

View zuckerthoben's full-sized avatar

Christoph Nienaber zuckerthoben

View GitHub Profile
@zuckerthoben
zuckerthoben / OpenWifiSettings.cs
Last active February 17, 2024 16:07
View Mac Address of device in the settings page (UWP, Android, iOS)
// This is a workaround to get the Mac address of a device. The user has to manually copy the MAC address from the device,
// because you are not able to directly query the MAC from UWP, iOS and Android.
// Supported Platforms: UWP (Mobile & Desktop), Android, iOS
// In PCL
namespace Project.Interfaces
{
/// <summary>