Skip to content


News Feed integration

This article covers how to set up a News Feed for the tvOS platform.

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
HOW HELPFUL WAS THIS PAGE?
New Stuff!