manishDev
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2018
09:49 AM
install channel without opening store
I have been going through the documentation and I cannot get my head around this. Is there any way to install a new channel in the background without going to the app/channel store on RSG SDK?
3 REPLIES 3
peterflax
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2018
12:12 PM
Re: install channel without opening store
i dont think so :c
joetesta
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2018
10:14 PM
Re: install channel without opening store
The user can add channels from the web, but don't think it would be possible to complete that process from inside a roku channel. Doing this in the background from brs would probably be considered something of a security risk since users could get a channel without realizing it, and that channel could look like an official channel and phish their login.
The channel can launch the store with the option to add a new channel. I've done it before a while ago, would have to look around now for how that's done.
The channel can launch the store with the option to add a new channel. I've done it before a while ago, would have to look around now for how that's done.
aspiring
manishDev
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2018
01:13 PM
Re: install channel without opening store
"joetesta" wrote:
The user can add channels from the web, but don't think it would be possible to complete that process from inside a roku channel. Doing this in the background from brs would probably be considered something of a security risk since users could get a channel without realizing it, and that channel could look like an official channel and phish their login.
The channel can launch the store with the option to add a new channel. I've done it before a while ago, would have to look around now for how that's done.
That's correct. It is pretty straight forward to launch channel store with the option to add a new channel. That unfortunately kills the current app. I was wondering whether there was any mechanism to raise a request and listen to channel store while the process is finished silently.