Apple Push Notifications in tvOS

与世无争的帅哥 提交于 2019-12-04 14:56:41

tvOS supports only 2 types of notifications: badges and content-available. So you need to send one of these two types to APNS. Any of these types notification only changes badge number on App Icon. And only the lastest notification will be delivered to your application when you open the app. There is no visual presentation of notification as it was on iOS How it looks see on presentation from WWDC 2016/Session 206/tvOS, start watching from 21:20

UPDATE: On tvOS 11 appeared Silent notifications which wakes the application up and allow to refresh content in background

WWDC 2017 watch from 7:50

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!