import StreamFeeds
Activity Feeds V3 is in closed alpha — do not use it in production (just yet).
Installation
The Swift SDK can be installed using Swift Package Manager, if you are starting a new project we always recommend using the latest release. Releases and changes are published on the GitHub releases page.
Add the SDK to your project
To add StreamFeeds
SDK, open Xcode and follow these steps:
- In Xcode, go to File -> “Add Packages…”
- Paste the URL https://github.com/GetStream/stream-feeds-swift.git
- In the option “Dependency Rule” choose “Branch,” in the single text input next to it, enter “main”
- Choose “Add Package” and wait for the dialog to complete.
- Select
StreamFeeds
and add it to your target.
With that, you can start using the SDK in your code, by importing StreamFeeds
: