Marat Al
Marat Al
There are some places in tests with this: `expect((error as! ARTErrorInfo).code).to(equal(...))` Which will crash in case of an error came from not an ably layer, f.e. `Error Domain=NSURLErrorDomain Code=-1005 "The...
Removed unnecessary push token handling. Token is requested by ably-cocoa and received by flutter, which sends it to ably via the `ARTRealtime` object, through which the token was requested. Closes...
Library requests and feeds apple token to the ably-cocoa against the [spec](https://sdk.ably.com/builds/ably/specification/main/features/#RSH3a3). Shouldn't be doing that. ┆Issue is synchronized with this [Jira Task](https://ably.atlassian.net/browse/ECO-4887) by [Unito](https://www.unito.io)
Closes #1972 ## Summary by CodeRabbit - **New Features** - Introduced a new option `attachOnSubscribe` in channel options to control implicit attachment behavior during subscription. - **Bug Fixes** - Improved...
Closes #1977 Preparing library for use with Xcode 16 (but not exclusevly switching to it yet). ## Summary by CodeRabbit - **Bug Fixes** - Improved error handling in the encoding...
Currently developers need to `@preconcurrency import` or `@unchecked Sendable` to use this library in swift 6 codebases. We added some support for swift concurrency, but still need to figure out...
Continuation of https://github.com/ably/ably-cocoa/issues/1962 Some types were not added because it's not obvious what should be added from the glance. I suggest to keep this issue open and add types that...
Prepare for use with Xcode 16. ┆Issue is synchronized with this [Jira Task](https://ably.atlassian.net/browse/ECO-4999) by [Unito](https://www.unito.io)
Looks like `ARTRealtimeChannelsProtocol` doesn't fully respect `RSN3` which does include `Channels#get` functions. In ably-cocoa it only exists in the interface, but not in protocol. ┆Issue is synchronized with this [Jira...
Looks like `_logExceptionReportingUrl` was forgotten in declarations and is not needed anymore. ┆Issue is synchronized with this [Jira Task](https://ably.atlassian.net/browse/ECO-5206) by [Unito](https://www.unito.io)