Some sideloaded apps are not visible inside “Your Apps and Channels” and given there’s no “Open App” button in settings anymore Missing "Open App" button we can’t open the app from the UI and we need to use the CLI every time.
Provide a brief description of the bug in the SDK and its impact on app functionality.
App Name: Kayo Sports App Link on Amazon Appstore (found through Developer Console → Actions column in App List → View on Amazon.com): Amazon.com
Bug Severity
Select one that applies
Impacts operation of app
Blocks current development
Improvement suggestion
Issue with documentation (If selected, please share the doc link and describe the issue)
Other
2. Steps to Reproduce
Build the app (it’s a webapp)
Install it on a device kepler device install-app -p ./build/private/kepler/firetv-kepler/0.1/vega/aarch64/Release/firetv-kepler_aarch64.vpkg
Look for the app inside “Your Apps & Channels”
3. Observed Behavior
The sideloaded app is not visible in this UI
4. Expected Behavior
The sideloaded app should show up inside the UI
4.a Possible Root Cause & Temporary Workaround
If you launch the app with the CLI, only then you can find it inside “Home > Recently used apps” but the image doesn’t load correctly (empty) and the metadata doesn’t load correctly (not visible), so you’ve no idea what you’re selecting. The last selected content metadata info is displayed instead.
7. Example Code Snippet / Screenshots / Screengrabs
Not Applicable
Playback Issues
Not Applicable
Additional Context
Any Additional Context you would like to provide?
We do build 2 apps (Kayo Sports & Binge) which are both based on webviews. In CI we do only minimal changes like app image, splashscreen and the webview URL. One app: “Kayo Sports” suffer from this bug, while the other app “Binge” is not affected by this.
I’ve attached the app information once installed on the device and obtained with vda shell vpm info
Thank you for bringing this to our attention and for providing such detailed technical information about the sideloaded app visibility issue in “Your Apps and Channels.”
Our team is investigating this issue and will provide an update as soon as we have more information. We appreciate the comprehensive details you’ve shared, including the environment information and the comparison with your “Binge” app that doesn’t experience this issue.
Thank you for your patience as we investigate this issue.
Our team has been able to reproduce the visibility issue you reported. However, we need some additional information to help us diagnose the problem further:
Could you please provide the following:
Device logs while installing the app - Please capture logs during the installation process using kepler device install-app
Navigation logs - Logs captured while navigating to the “Your Apps and Channels” section (located under Applications, not on the home page)
Additional context: We noticed that you mentioned the app icon is set in your manifest. Could you also confirm that the icon is properly configured according to our manifest documentation?
This information will help us understand why Kayo Sports is not appearing in “Your Apps and Channels” while your Binge app works correctly.
Thank you for your continued cooperation in helping us resolve this issue.
Settings > Applications > Manage Installed Applications app is visible here
Applications > Your Apps and Channels app is not visible here
I’ve double checked the setup for the app icon, please consider that we do use a template with placeholder so the Binge & Kayo apps are build in the same way, it just uses a different png
Thank you for your patience and for sharing the vpkg.
We’ve identified the root cause - the issue is with the app icon size. Kayo Sports is using a 4096x4096 icon, whereas the expected size is 512x512. We were able to reproduce the issue using the Kayo icon and confirm it resolves when using a correctly sized icon.
Could you please update the icon to 512x512 and let us know if that resolves the visibility issue in “Your Apps and Channels”?