Questions tagged [appicon]
137 questions
1
vote
2 answers
Is it possible to change the app icon while the App is running
Not really an important question but was just curious. Can you change the app icon while running. For example, there is a button, and when you press the button, you get a different app icon (given that the app icons are already 'set') in flutter.…

Programmer12
- 89
- 1
- 8
1
vote
0 answers
App icon is different in Start Menu search
I was developing an UWP app. I changed the app icon. All app icons (taskbar, start menu, desktop shortcut) are changed. But Start Menu search icon is not changed. It is showing previous icon which is currently not present in the project.
I am using…

Abu Raihan
- 87
- 8
1
vote
2 answers
White grid icon appears while installing app in iPhone
During installation, white grid icon appears and after installation app icon is shown. Is this default behaviour for adhoc apps?

rashmi chandran
- 43
- 1
- 8
1
vote
1 answer
Changing app icon on iPhone error "The file doesn’t exist."
I am trying to change the app icon through code, but it does not seem to work. Below is my info.plist
CFBundleIcons
CFBundlePrimaryIcon
CFBundleIconFiles
…

Grant Oganyan
- 352
- 1
- 11
1
vote
0 answers
Android: Loading app icon uri of some apps are invalid and wont load
I have a RecyclerView that fetchs the user's installed app which include it's icon. I wanna load the app's drawable icon to an ImageView via its URI. Loading the drawable directly using setImageDrawable() causes hiccups to the UI thread. Lazy…

Matthew Nantes
- 98
- 2
- 10
1
vote
0 answers
Cordova iOS app closing shows the default cordova app icon for a fraction of a second and then shows the custom app icon
I am working with cordova phonegap iOS app. The app icon and splashscreen works perfect. But when i close the app, it shows the default cordova icon for a fraction of a second. Then it shows the custom app icon i set. Can you help me with a…

Mohammed Kunhi Rappi
- 51
- 3
1
vote
0 answers
App store icon triplicated (repeated three times)
recently we noticed that our app store icon was triplicated,
here's what we set in our AppAssets.xcassets:
and here's what we end up with in the app store:
it's triplicated, and it doesn't make any sense.
I checked the icon we pass, it's a…

SudoPlz
- 20,996
- 12
- 82
- 123
1
vote
1 answer
How to find the current Icon Shape of apps?
I currently load app icons clipped to their correct shapes using:
context.packageManager.getApplicationIcon(packageName)
But I'm looking into adapting a custom icon shape in my app based on user's app icon shape (Square, Teardrop, Squircle, etc)…

waseefakhtar
- 1,373
- 2
- 24
- 47
1
vote
1 answer
How to change the app icon background color in react-native for android
Please how do I properly change the default background color of app icon which is white to a one of my choice?
I'm using React-native 0.62

Patrissol Kenfack
- 764
- 1
- 8
- 22
1
vote
0 answers
Xamarin Forms IOS Application Icon - File does not exist
I try to add an Icon to my xamarin app.. I am working on a Mac using Jetbrains Rider.
What I did:
I have created a set of Icons (different sizes) with Sketch.
Then I opened the Info.Plist file from my Project .ios in XCode
In myApp.ios ->…

Steffen
- 61
- 1
- 7
1
vote
1 answer
Livecode iOS ERROR ITMS-90022 Bundle does not contain App Icon
I made an iPhone app in Livecode 9.6.1 and I saved it as a standalone app with all .png Icons and Splash screens uploaded in the respective sizes in the Standalone Application Settings.
I made the .ipa file and submitted it via Application Loader…

Gstarox
- 111
- 1
- 3
1
vote
0 answers
Recent App Icon shows the default icon Android Studio
I've update the images both Round and square icon works perfectly but in the recent application the default app icon is showing.
Manifest.xml have following code

Piyush MandaliYa
- 61
- 1
- 5
1
vote
0 answers
AppIcon does not show in setting screen(in Apple ID logins page)
enter image description hereThe icon can show both on homeScreen an in game.But can not show in appleID logins page. All image has been set well in xcode AppIcon.

陈振杰
- 11
- 2
1
vote
2 answers
android application icon is white circle
I have made some icon for my app and I have tested it on some old Samsung galaxy phone and it showed the icon is a nice square shape.
For some reason, on a newer phone + on the Emulator it shows a white circle as follows:
My manifest file looks as…

Ben
- 1,737
- 2
- 30
- 61
1
vote
3 answers
setAlternateIconName in IOS 13
setAlternateIconName method does not change the icon in IOS 13. It changes the app icon but suddenly changes back to the default one. But same method works in IOS 11 and 12 without any issues.

Chamitha Narawita
- 21
- 1