When we create a LAT, we invite the members, and they get an invitation email asking them to install the app on their devices. After they hit “deliver” - the LAT users get a toast message saying the app has been installed, and ask if they want to launch it.
However, we never see the app on the home screen, “Your Apps & Channels”, or anywhere they can launch it. They can see it in settings > applications > manage installed applications and uninstall it, but there doesn’t seem to be any way to launch an app delivered via LAT besides that initial toast.
The same vpkg sideloaded via the sdk via vega device install-app shows up in “Your Apps & Channels” and can be launched normally.
We are pretty sure our configs are correct, but it’s very possible we are missing something.
Thank you for the detailed report. Could you please check the following:
App Icon Size
Please verify your app icon is exactly 512x512 pixels, PNG format, and under 1MB. An incorrectly sized icon (e.g., larger than 512x512) can cause the app to install successfully but not appear in “Your Apps & Channels”.
Your icon should be:
Located at assets/image/ in your project
Referenced in manifest.toml as icon = “@image/<your_icon_filename>.png”
com.amazon.category.main in your interactive component
Your manifest must declare exactly one interactive component with the com.amazon.category.main category. This is required for the app to appear in the Home launcher and Appstore. Example:
Thanks for getting back to me, our image in the manifest [package] section is 512x512, (icon = "@image/tabloLogoRN_512.png") as well as in our app icon in my apps > app > Live App Testing > App Icon is also 512x512.
For sanity, I remade the icon, named it _512, and made a new LAT. Same issue. It shows up in Managed Installed Applications but nowhere else.
Thank you for your patience. Could you please check if the LAT app installed is seen in the App Library on your device (separate from “Your Apps & Channels”)?
Where is the app library? If you are referring to appstore > app library, then no. It is not there. Neither is it on the home row > Icon with three squares plus a plus sign (Your Apps & Channels)
We still do not see our LAT app (the old one, and a newly created LAT) appear on the YAC (Your Apps & Channels) row after an install via the email. Side loading shows the app immediately.
Could you please try the following steps on your Vega device and let us know if it helps:
Open Settings
Go to Account & Profile Settings
Scroll down to “Sync Amazon content” and press select once
Wait for approximately 2 minutes, then send the LAT notification and install the app again. Please let us know if the app appears in the YAC (Your Apps & Channels) row after performing these steps.
Feel free to reach back to me if you have any questions!
I did the “Sync Amazon Content” step, waited 5 minutes, then re-“Delivered” the app from the LAT email, got the toast, and the app is not in the YAC row.