You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
-[NSData description]
is not a good way to stringify push tokens and the follow code will break in iOS 13:ably-cocoa/Source/ARTPush.m
Line 121 in 15d3ca2
Replace with something like:
More info about this: https://stackoverflow.com/a/57842886/3641812
The text was updated successfully, but these errors were encountered: