-
Notifications
You must be signed in to change notification settings - Fork 25
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
Replace NSData.description to stringify device tokens correctly #893
Conversation
3581fa2
to
732dbe9
Compare
a67135e
to
569a477
Compare
732dbe9
to
47d4282
Compare
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.
Will this have an impact on devices where the token is already persisted? Ie will the new code be able to read tokens that were persisted with the old code?
@paddybyers Yes, it's compatible with older versions. |
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.
LGTM, thanks
Squashed: - TestSuite: MockDeviceStorage should store values that were written - Test for #889: should store the device token data as string - Fix #889: NSData.description is not a good way to stringify device tokens and it will break in iOS 13 - Test suite: fix intermittent failure of "ARTPushRegistererDelegate must be implemented"
Fix #889.