warning:
AppboyKit(Objective-C SDK라고도 함)은 더 이상 지원되지 않으며 Swift SDK. 새로운 기능, 버그 수정, 보안 업데이트 또는 기술 지원은 더 이상 제공되지 않지만 메시징 및 분석 기능은 계속 정상적으로 작동합니다. 자세한 내용은 새로운 Braze Swift SDK 소개.를 참고하세요
뉴스피드 통합
이 도움말 문서에서는 tvOS 플랫폼용 뉴스피드를 설정하는 방법에 대해 설명합니다.
important:
News Feed is being deprecated. We recommend migrating to our Content Cards messaging channel instead—it’s more flexible, customizable, and reliable. To get started, check out Migrating from News Feed.
tvOS 피드 통합
tvOS SDK는 뉴스피드 데이터 가져오기를 지원하므로 커스텀 UI로 애플리케이션에 뉴스피드를 표시할 수 있습니다. 뉴스피드를 가져오려면 다음 메서드를 호출한 다음, 해당 클래스를 검사하여 각 카드를 구문 분석합니다.
1
NSArray *feedCards = [[Appboy sharedInstance].feedController getNewsFeedCards];
1
let feedCards = Appboy.sharedInstance()?.feedController.newsFeedCards
New Stuff!