adzerk / adzerk-ios-sdk

Access Adzerk's ad serving APIs via iOS
https://www.adzerk.com
Other
9 stars 5 forks source link

Retrieving the user key from the keychain is nil every time #6

Closed tyten closed 7 years ago

tyten commented 8 years ago

This is caused by the user key being saved to a key of the same name as the value it is trying to store. I have a PR open that addresses this issue.

https://github.com/adzerk/adzerk-ios-sdk/pull/5

daveyarwood commented 8 years ago

@tyten Version 0.4 (which includes your fix) is now available via CocoaPods/Carthage.

Would you mind testing it to confirm that the user key is saving correctly now?