Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
jeet1224
Channel Surfer

Send "Push Notification" when new video uploaded on specific channel.

I want to send a push notification when a new video is updated on a specific channel.

Is there available "Push Notification" in Roku scene graph?
0 Kudos
4 REPLIES 4
destruk
Binge Watcher

Re: Send "Push Notification" when new video uploaded on specific channel.

If you are developing the channel, the channel would need to be running/active on the client's roku.  Then you could track who is logged in and try to send out remote input commands to trigger an event on the device like refreshing the content list and screens. https://sdkdocs.roku.com/display/sdkdoc/External+Control+API  Your app could need to look for the custom events being sent to it from your server push.
If you are using Roku Global Search, last I heard was it updates the contents automatically every hour - so if you have a new item indexed in your search feed it will update on its own for that.
0 Kudos
jeet1224
Channel Surfer

Re: Send "Push Notification" when new video uploaded on specific channel.

"destruk" wrote:
If you are developing the channel, the channel would need to be running/active on the client's roku.  Then you could track who is logged in and try to send out remote input commands to trigger an event on the device like refreshing the content list and screens. https://sdkdocs.roku.com/display/sdkdoc/External+Control+API  Your app could need to look for the custom events being sent to it from your server push.
If you are using Roku Global Search, last I heard was it updates the contents automatically every hour - so if you have a new item indexed in your search feed it will update on its own for that.

I am asking for "Push Notifications" is available in Roku just like Android or iPhone. So please provide me example related to this.
0 Kudos
destruk
Binge Watcher

Re: Send "Push Notification" when new video uploaded on specific channel.

The only PUSH notifications Roku supports, without doing something like what I said, is for the Roku Billing system, and PUSH notifications for the Roku mobile app.

https://sdkdocs.roku.com/display/sdkdoc ... ifications

https://support.roku.com/article/115005 ... mobile-app

Yes, that is all there is, those are the only options.
0 Kudos
jeet1224
Channel Surfer

Re: Send "Push Notification" when new video uploaded on specific channel.

"destruk" wrote:
The only PUSH notifications Roku supports, without doing something like what I said, is for the Roku Billing system, and PUSH notifications for the Roku mobile app.

https://sdkdocs.roku.com/display/sdkdoc ... ifications

https://support.roku.com/article/115005 ... mobile-app

Yes, that is all there is, those are the only options.

https://sdkdocs.roku.com/display/sdkdoc ... ifications
This reference link says you can specify a URL endpoint to receive push notifications for transaction events such as purchases, cancellations, refunds, and credits.

https://support.roku.com/article/115005 ... mobile-app
This reference link says about Roku application for controlling Roku device and notification received on mobile.

But I want to send push notification on Roku TV like below screenshot.
0 Kudos