-
Notifications
You must be signed in to change notification settings - Fork 1.6k
GULLogger - issue count synchronous getters #2610
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
Conversation
maksymmalyhin
commented
Mar 22, 2019
- GULLogger - provide synchronous API to get logged issues count. It is needed to simplify integration with analytics.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry I missed this in #2601, but GULLogger should not use NSUserDefaults. Use GULUserDefaults instead. See its history for the reasons.
@paulb777 Unfortunately, I was not able to use I can see following ways to solve the issue:
Probably, the first thing I would like to do is to double check if the usage of |
@paulb777 I updated the PR to get rid of NSUserDefaults to address your comment and fix the Pod lint failure. |
This reverts commit c6da7d6.