Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save marchbold/15f9653b66762dffbfe1 to your computer and use it in GitHub Desktop.

Select an option

Save marchbold/15f9653b66762dffbfe1 to your computer and use it in GitHub Desktop.
Retrieving a Unique Device ID
Application.init( APPLICATION_KEY );
if (Application.isSupported)
{
var uniqueId:String = Application.service.device.uniqueId();
}
// com.distriqt.Application
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment