This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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> |