Questions tagged [appicon]

137 questions
0
votes
1 answer

My application icon doesn't appear when I debug or Run 'app' on android studio, what happened?

My application icon no longer appears on my android phone screen when I debug like it used to. I know this has something to do with the androidmanifest.xml file. I've looked up several solutions for me but those solutions resulted in my application…
Jim Ng
  • 91
  • 1
  • 4
  • 15
0
votes
1 answer

Android Launch Icon doesn't work with .png image but works with .jpeg

I spent several hours trying to upload png image as App Launch Icon with no success. Cleaning, restarting, adding png files manually to folders didn't help. The problem was fixed only after I changed png to jpeg. Does anyone know why it happened?
0
votes
0 answers

How to remove black background in app icon in android studio?

I want to remove black background from my app icon . What is the best possible way to that to add full transparency in background. Screenshot of the icon - AppIcon
Paras Singh
  • 59
  • 1
  • 2
0
votes
1 answer

Cannot get icon asset register to display for iPhone after originally setting up for just iPad

I'm writing an app that was originally just for iPad but now needs to be for phones too. I went to the Deployment info in General setup and changed it from iPad to Universal. However, when I went to the App icons and launch images and selected the…
user616076
  • 3,907
  • 8
  • 38
  • 64
0
votes
0 answers

App icon doesn't match "recent apps" icon

Working on Visual Studio for Mac. I put new icon into the drawables and set the manifest appicon onto this resource. When I launch the app everything is correct in the menu, but the icon doesn't change in "recent apps" window. I tried to delete…
Gniewomir
  • 109
  • 11
0
votes
2 answers

Error: iTunes Store Operation Failed description length:3574725

I'm trying to upload app to Appstore but getting couple of errors, one related to icon transparency and other seems due to the same issue. I tried multiple version of png, jpeg after removing alpha channel but no success. Any clue why this error…
Pandurang Yachwad
  • 1,695
  • 1
  • 19
  • 29
0
votes
1 answer

App Icon of iPhone only app missing on iPad

I recently updated my iPhone only app and now I've got some users complaining that the Icon is gone on iPad. So I looked into it and added ALL icons to the asset catalogue. Still, when I run my app on iPad, there is no icon. Even deleting it and…
Georg
  • 3,664
  • 3
  • 34
  • 75
0
votes
0 answers

iOS 11 app icon fade out ( whitish ). Not the right color

When installing our application in any apple device with version 11.0 or higher the icon seems to be faded. The right dark purple background is not appearing and instead is replaced by a kind of whitish purple, it seems like faded. There is no…
0
votes
1 answer

App Icons Not showing while converting iPhone app to Universal App

This is a self ask and answer article, hoping to benefit somebody else. I have an iPhone app and want to enable it for both iPads and iPhones (as a Universal app). I've updated the app general app drop down menu to set my app as Universal app, but…
Peter Brockmann
  • 3,594
  • 3
  • 28
  • 28
-1
votes
1 answer

App icon not showing in in-app Game Center VC (GKGameCenterViewController)

I've implemented a Game on iOS that integrates with Game Center. I have a button that opens the in-app Game Center VC (GKGameCenterViewController). In that VC, there seems to be some empty space before the app name. I believe an app icon is supposed…
-1
votes
1 answer

Why is app icon so blurry on iOS, when it looks fine at 1024x1024, How to fix this so image is clearer?

I am using canva.com to create an app icon. I create it using 1024x1024 and plug it into the app icon generator which returns all the sizes for the icons. However, as the size decreases the image gets completely ruined to the point that it is…
-1
votes
4 answers

two app icons are showing android. Is there any fault in my mainfest?

In my manifest few intent-filter used but i removed all intent filter except laucher but still two icons. Is there any other reason for two icons? I am editing this post and also adding my app build.gradle as well project build.gradle This my…
UnityTaru
  • 81
  • 2
  • 11
-1
votes
1 answer

How do I check if an icon has transparency before i use it as app icon in Xcode

I'm at a point of adding app icon in my app, after successfully getting all the screen sizes when I launch my app on a real device my app Icon has a black background on the edges of the icon. Now most forums suggests my icon should be opaque and…
chevi99
  • 123
  • 1
  • 2
  • 17
-2
votes
1 answer

Xcode issues errors -AppIcon

I started the Udemy course for Xcode and Swift and I’m having these errors. I’m following the "right way" step by step.
-2
votes
1 answer

How to show a specific app's icon from the installed apps on android programmatically?

I want to show a specific app's icon from my installed apps, not every apps icon. First I want to check if that package is installed or not, to do that I got help from the answers of this question- How to check programmatically if an application is…
1 2 3
9
10