AppboyKit (also known as the Objective-C SDK) is no longer supported and has been replaced by the Swift SDK. It will no longer receive new features, bug fixes, security updates, or technical support—however, messaging and analytics will continue to function as normal. To learn more, see Introducing the New Braze Swift SDK.
News Feed integration
This article covers how to set up a News Feed for the tvOS platform.
News Feed is being deprecated. Braze recommends that customers who use our News Feed tool move over to our Content Cards messaging channel—it’s more flexible, customizable, and reliable. Check out the migration guide for more.
tvOS Feed integration
Our tvOS SDK supports fetching your News Feed data, such that you can display the News Feed in your application with your own custom UI. To fetch the News Feed, call the following methods and then parse each card by inspecting its class.
1
NSArray *feedCards = [[Appboy sharedInstance].feedController getNewsFeedCards];
1
let feedCards = Appboy.sharedInstance()?.feedController.newsFeedCards