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

Fix issue where user key saved to key of same value #5

Merged
merged 1 commit into from
Aug 17, 2016

Conversation

tyten
Copy link
Contributor

@tyten tyten commented Aug 12, 2016

The user key was being saved to a key that was the text of the user key
instead of adzUserKey. This caused the user key to essentially be lost
every time, a new key being generated, and then saved to a completely
different key in the keychain. Everything pulled out of adzUserKey
would always be nil.

The user key was being saved to a key that was the text of the user key
instead of adzUserKey. This caused the user key to essentially be lost
every time, a new key being generated, and then saved to a completely
different key in the keychain. Everything pulled out of adzUserKey
would always be nil.
@daveyarwood
Copy link
Contributor

@tyten Thanks for the PR! I think it will do the trick. We hope to be able to merge it and deploy a new version of the iOS SDK to CocoaPods very soon.

@daveyarwood daveyarwood merged commit 62b80f8 into adzerk:master Aug 17, 2016
@tyten tyten deleted the fix/user_key_saved_to_wrong_key branch August 17, 2016 17:58
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.

2 participants