- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Launching into Channel Store listing from a channel
Roku is making our channels hard or impossible to find today using keywords of interest. Is it possible to launch into another channel you manage, from one of your other channels? Say, a fishing channel/app launching into a camping channel/app so your Interested viewers can find your other content.
I'm also looking to find a better place where Roku developers can engage. I find these forums to be horrendous, and basically dead.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Launching into Channel Store listing from a channel
You can’t launch directly into them but you can open them in the channel store so the user can then decide whether to install or open the app if it’s already installed.
see the roAppManager/ifAppManager
ShowChannelStoreSpringboard(channelID As String) as Void
Description
Launches the channel store springboard of the specified channel. The channel store springboard contains detailed information about the channel, including ratings, version, date of last update, developer name, and a description.
Parameters
channelId | String | The unique ID of the channel to be launched. |
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Launching into Channel Store listing from a channel
Yea, that's what I thought I recalled seeing before. A+ for the quick reply. A+++ for actually replying! Thank you.