Łukasz Szyszkowski

Results 2 issues of Łukasz Szyszkowski

We have to be sure that `Device Token` is updated when the os version is updated. According to: ![image](https://user-images.githubusercontent.com/47628502/149518862-2a9fd4bd-de3e-4a35-86fc-64e572a2d34f.png) https://developer.apple.com/documentation/usernotifications/registering_your_app_with_apns the iOS versions history can be found [here](https://en.wikipedia.org/wiki/IOS_version_history#iOS_15_/_iPadOS_15) (it may...

enhancement
code-quality

When trying to run the [Ably Asset Tracking Swift Example app](https://github.com/ably/ably-asset-tracking-swift/tree/main/Examples/SubscriberExample) I have an error: ```swift SubscriberExample[75701:1609309] ARTDeviceIdentityTokenDetails unarchive failed: Error Domain=NSCocoaErrorDomain Code=4864 "*** -[NSKeyedUnarchiver _initForReadingFromData:error:throwLegacyExceptions:]: data is NULL" UserInfo={NSDebugDescription=***...

bug