I am building a TVOS app for the new Apple TV that needs to get notifications from a server to update it's display. Remote notifications are not allowed with TVOS, and it actually displays an error when you try to register the app for remote notifications.
With this being said, are there any alternatives to what I need?
To clarify: - The app stays running indefinitely, showing a display. - When the user adds content to the display, I want to notify any apps that are logged in to the same user to update the display. - I cannot use remote notifications.
Please let me know if this makes sense, and thank you in advance for your help!