Skip to content

Instantly share code, notes, and snippets.

View cni13's full-sized avatar

Chris Ni cni13

  • Bremen, Germany
View GitHub Profile
@cni13
cni13 / 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>