3

App launcher icon is wrongly displayed on Amazon TV Stick device on home scren. Image is correctly displayed in category Recent but in category Apps&Games instead to be rectangular it is shrinked to square as shown in image: https://ibb.co/bYGiym

I have Amazon TV Stick with FireOS 5.2.6.1. For testing I am using android app just with empty activity, and in drawable directory placed image 1280x720px, as they specified in https://developer.amazon.com/docs/app-submission/asset-guidelines.html#firetvassets

  1. I read that there might be different behavior with apps in development and those that are uploaded to the Appstore. Is this correct?

  2. Are resources actually loaded from some Amazon web service rather than referenced from the manifest file and

  3. is it possible that this icon will be correctly shown only after submitting it to the Appstore?
  4. Why FireOS shrinks app icon on home screen to square or4:3 format?
  5. So, is this some problem with Amazon and FireOS and installing applications localy or I am just not setting up things correctly? If it is up to me what should I do localy in my environment in order that icon is displayed in correct rectangular shape in all categories?
zwex
  • 33
  • 6

1 Answers1

3

In my experience, Fire TV and Fire Stick will pull from your mobile icons when you side-load a build. You won't see the actual TV app icon until the app is available after submission.

I haven't tried it, but there could be workarounds, like maybe replacing the square mobile icons with the rectangular TV app icons, but it sounds to me like you've already done something similar, and it's forcing it to be square. If that workaround works, I'm not sure it's worth the risk of forgetting to change it back to a square.

Curtis
  • 46
  • 2
  • And yes, I realize this was from January and you probably have your answer by now. :) – Curtis Jul 26 '18 at 19:28
  • Hi, thanks for the answer and sorry for delayed response :) Yes, I can confirm that after submission app icon is shown correctly. And also I tried just for testing purposes and had successful results when I generated vector asset from android studio for app icon. – zwex Nov 08 '18 at 11:01
  • @zwex Hey I know its been a couple of years, but I was wondering if you could share how you added an vector icon for the app? – Aleksandr Jul 31 '22 at 16:52