warning:
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.
뉴스피드 통합
이 도움말 문서에서는 tvOS 플랫폼용 뉴스피드를 설정하는 방법에 대해 설명합니다.
note:
뉴스피드는 사용 중지될 예정입니다. Braze는 뉴스피드 도구를 사용하는 고객에게 보다 유연하고 맞춤 설정이 가능하며 안정적인 콘텐츠 카드 메시징 채널로 전환할 것을 권장합니다. 자세한 내용은 마이그레이션 가이드를 확인하세요.
tvOS 피드 통합
tvOS SDK는 뉴스피드 데이터 가져오기를 지원하므로 커스텀 UI로 애플리케이션에 뉴스피드를 표시할 수 있습니다. 뉴스피드를 가져오려면 다음 메서드를 호출한 다음, 해당 클래스를 검사하여 각 카드를 구문 분석합니다.
1
NSArray *feedCards = [[Appboy sharedInstance].feedController getNewsFeedCards];
1
let feedCards = Appboy.sharedInstance()?.feedController.newsFeedCards
New Stuff!