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: 
newchannel
Roku 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. 

http://www.victoryNOWfilmsandtv.com
0 Kudos
9 REPLIES 9
newchannel
Roku Guru

Re: AppLaunchComplete and supports_input_launch=1 entry

Is this correct?  I add

supports_input_launch=1

To the manifest file? If this is correct where else do I make a change to fix? Not sure where to go to make sure the channel properly handles roInput events.

http://www.victoryNOWfilmsandtv.com
0 Kudos
necrotek
Roku Guru

Re: AppLaunchComplete and supports_input_launch=1 entry

The documentation for input launch is here

https://developer.roku.com/docs/references/brightscript/components/roinput.md 

Documentation for signal beacons here

https://developer.roku.com/docs/developer-program/performance-guide/measuring-channel-performance.md 

 

You will also need to make sure your deeplinks are working correctly and be aware that content that is deep linked is expected to play automatically once handled by your channel... even if you are not making use of this feature it is a requirement for certification by Roku automated tests.

 

 

0 Kudos
newchannel
Roku Guru

Re: AppLaunchComplete and supports_input_launch=1 entry

Thank you or the links.

Someone else helped me on the channel build before and I'm trying to figure out how to add these fixes myself. It's still foreign to me but working on it.

http://www.victoryNOWfilmsandtv.com
0 Kudos
kvaibhav39
Channel Surfer

Re: AppLaunchComplete and supports_input_launch=1 entry

@newchannel I m also facing this issue.
Did you get any solution for this issue? 

0 Kudos
Ggg66
Streaming Star

Re: AppLaunchComplete and supports_input_launch=1 entry

@newchannelany luck with 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.

I've hit a wall!

any advice would be greatly appreciated!

0 Kudos
Ggg66
Streaming Star

Re: AppLaunchComplete and supports_input_launch=1 entry

THIS SOLVED MY PROBLEM...

Added the task folder with 4 files to my package (found here>>> https://github.com/BranchMetrics/branch-roku-sdk/tree/master/components ) and added supports_input_launch=1 as a line in my main manifest. It allowed me to schedule my publishing right after that. Hopefully, this helps.

I did see on another post where someone put the two inputEventTask files found inside the task folder into their component file and it worked for them. It did not work for me I had to add the folder.

 

0 Kudos
AWALT125
Newbie

Re: AppLaunchComplete and supports_input_launch=1 entry

I have a very simple live video channel and I am stuck at the AppLaunchComplete" beacon is missing.    I dont know were to put it I have tied every thing I have found on line and no luck   Can someone please help me

0 Kudos
RokuKC
Roku Employee
Roku Employee

Re: AppLaunchComplete and supports_input_launch=1 entry

Have you seen the documentation at:

https://developer.roku.com/docs/developer-program/performance-guide/measuring-channel-performance.md

?

There is some explanation of AppLaunchComplete there.

 

 

0 Kudos
kevin32
Newbie

Re: AppLaunchComplete and supports_input_launch=1 entry

Install Failure: Compilation Failed. BranchSdkTask

0 Kudos