newchannel
4 years agoRoku Guru
AppLaunchComplete and supports_input_launch=1 entry
I have a subscription channel needing updates (this channel has been running for a long time with only updates from the json). When it loads it plays a list of videos from a json as if it's a live channel.
The static analysis is giving me 2 errors
1. Channels are required to support roInput events. Please ensure your manifest includes the supports_input_launch=1 entry and your channel properly handles roInput events.
and,
2. "AppLaunchComplete" beacon is missing.
Are both of these required for a channel that plays as if it's live? (I might be misunderstanding what these objects do.)
I can really use some help as to where to begin to fix these 2 errors?
Thank you.