ably / ably-asset-tracking-swift

iOS client SDKs for the Ably Asset Tracking service.
Apache License 2.0
9 stars 6 forks source link

Implement the same subscriber `NetworkConnectivityTests` as Android #539

Closed lawrence-forooghian closed 1 year ago

lawrence-forooghian commented 1 year ago

We’ll do this after https://github.com/ably/ably-asset-tracking-swift/issues/538. Depends on https://github.com/ably/ably-asset-tracking-android/pull/924.

sync-by-unito[bot] commented 1 year ago

➤ Automation for Jira commented:

The link to the corresponding Jira issue is https://ably.atlassian.net/browse/SDK-3348

lawrence-forooghian commented 1 year ago

My implementation of this currently uses the Combine framework, which is only available in iOS 13 and above. I need to know whether this is going to be an issue – see #597. We don't (and in Xcode 14 can't) run the tests on iOS 12 anyway, but there's no way to separate the tests’ iOS version dependency from that of the rest of the package.