Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds application's GUID to user defaults #16

Conversation

jamesrz2live
Copy link
Contributor

Right now, OpenUDID tries to read the application's GUID from the shared user defaults. If the application's GUID isn't found, OpenUDID generates a new one, BUT it never saves it. That means that when the user runs the application OpenUDID will generate a new application GUID (and therefore a new UDID) every time.

This pull request fixes this problem by saving the application's GUID to the user's defaults.

@ylechelle
Copy link
Owner

James, I think the code Anupam wrote was meant to do it by default, but introduced a bug (two different keys really).
I'll check with him.

@ylechelle ylechelle closed this Mar 30, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants