Created
October 19, 2011 19:46
-
-
Save mattapperson/1299455 to your computer and use it in GitHub Desktop.
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
| 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