# Announcing Apollo iOS 2.0

DevFeed: [Announcing Apollo iOS 2.0](<https://devfeed.tech/articles/announcing-apollo-ios-2-0-23133.md>)

Original publisher: [Read original article](<https://www.apollographql.com/blog/announcing-apollo-ios-2-0>)

Author: Anthony Miller

Published: 2025-10-07T07:00:46Z

Content type: release

Language: en

Sources: [Apollo Blog](<https://devfeed.tech/sources/apollo-blog.md>)

Topics: [Swift](<https://devfeed.tech/topics/swift.md>), [GraphQL](<https://devfeed.tech/topics/graphql.md>), [iOS](<https://devfeed.tech/topics/ios.md>), [Concurrency](<https://devfeed.tech/topics/concurrency.md>), [WebSocket](<https://devfeed.tech/topics/websocket.md>)

Tags: [announcement](<https://devfeed.tech/tags/announcement.md>), [apple](<https://devfeed.tech/tags/apple.md>), [concurrency](<https://devfeed.tech/tags/concurrency.md>), [graphql](<https://devfeed.tech/tags/graphql.md>), [release](<https://devfeed.tech/tags/release.md>), [structured-concurrency](<https://devfeed.tech/tags/structured-concurrency.md>), [swift](<https://devfeed.tech/tags/swift.md>), [websocket](<https://devfeed.tech/tags/websocket.md>)

## AI overview

Apollo iOS 2.0 is a release of Apollo's Swift client rebuilt around Swift's modern concurrency model. It introduces concurrency-aware APIs, streamlined layers, and updated platform and distribution requirements, including the retirement of CocoaPods support. GraphQL subscriptions currently support HTTP only; WebSocket support is planned for a future minor release.

## Source excerpt

Apollo iOS 2.0 is here, and it's the biggest reimagining of our Swift client yet. Built from the ground up for Swift's modern concurrency model, this release delivers snappier performance, stronger type guarantees, and a cleaner developer experience for teams shipping GraphQL-powered apps across Apple platforms. Improved APIs Swift's structured concurrency and the / syntax weren't just sugar, they introduced an entirely new mental model for reasoning about work, isolation, and cancellation.