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:

Screenshot shows how to add the SPM dependency

  • Choose “Add Package” and wait for the dialog to complete.
  • Select StreamFeeds and add it to your target.

Screenshot shows selection of dependencies

With that, you can start using the SDK in your code, by importing StreamFeeds:

import StreamFeeds
© Getstream.io, Inc. All Rights Reserved.