Skip to content

Instantly share code, notes, and snippets.

@juucustodio
Created October 31, 2018 12:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juucustodio/d5658ccbdad19bf6742be5a4d1fda837 to your computer and use it in GitHub Desktop.
Save juucustodio/d5658ccbdad19bf6742be5a4d1fda837 to your computer and use it in GitHub Desktop.
Example how your Xamarin.Forms application get the IMEI code from device - http://julianocustodio.com/imei
namespace DemoImei
{
public interface IServiceImei
{
string GetImei();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment