The official iOS and Swift integration library for Stream, a web service for building scalable newsfeeds and activity streams.
A Feeds integration includes a combination of server-side and client-side code and the interface can vary widely which is why we are no longer focussing on supporting this SDK. If you are starting from scratch we recommend you only use the server-side SDKs.
This is by no means a reflection of our commitment to maintaining and improving the Feeds API which will always be a product that we support.
We continue to welcome pull requests from community members in case you want to improve this SDK.
- Flat feeds
- Notification feed
- Likes
- Comments
- Activity detail view
- Realtime notifications
For Stream, use the following entry in your Podfile
:
pod 'GetStreamActivityFeed', '~> 1.0'
Then run pod install
.
In any file you'd like to use Stream in, don't forget to import the framework with import GetStream
.
The project is not currently supported by Carthage. Please contact us if you need it.
Copyright (c) 2015-2019 Stream.io Inc, and individual contributors. All rights reserved.
See the file "LICENSE" for information on the history of this software, terms & conditions for usage, and a DISCLAIMER OF ALL WARRANTIES.