News Feed integration
This article covers how to set up a News Feed for the tvOS platform.
note:
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