Skip to content

Instantly share code, notes, and snippets.

@mattapperson
Created October 19, 2011 19:46
Show Gist options
  • Select an option

  • Save mattapperson/1299455 to your computer and use it in GitHub Desktop.

Select an option

Save mattapperson/1299455 to your computer and use it in GitHub Desktop.
var udid = require('ti.udid');
var stored_udid = "old saved UDID string";
if(stored_udid === udid.oldUDID) {
stored_udid = Ti.Platform.id;
//save back to a server or something somewhere
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment