sandeepthakur
6 years agoBinge Watcher
Your channel must fire "AppLaunchComplete" beacon to pass certification.
I am getting this error in static analysis during re-submission process of my package/channel after some updates.
Can someone help me to get this resolve.
Do you get an error like the one below?
"performance": ["Your channel must fire \"AppLaunchComplete\" beacon to pass certification. [Cert Requirements: 3.2]."]
Make sure the following code is added to your mainscene :
Screen = CreateObject("roSGScreen") Scene = Screen.CreateScene(componentName)
Screen.Show() Scene.signalBeacon("AppLaunchComplete")and for channel launch timing, please refer the performance certificate criteria.
