Questions tagged [appicon]
137 questions
547
votes
14 answers
How to change the application launcher icon on Flutter?
When I create an app with a flutter create command, the flutter logo is used as an application icon for both platforms.
If I want to change the app icon, shall I go to both platforms directories and replace images there?, by platforms directories I…

RobertoAllende
- 8,744
- 4
- 30
- 49
44
votes
18 answers
Xcode 10 app icon not showing
Recently updated to Xcode 10 beta and my App that previously has correct icon displayed when built and ran from Xcode 9.4 to device now shows the default blank icon when running in Xcode 10.
When opening AppIcon asset it shows icon correctly in all…

Vlad
- 5,727
- 3
- 38
- 59
18
votes
1 answer
What is the correct App Icon (appicon) naming convention for Xcode 9.2?
I downloaded a set of 23 iOS App Icons from https://makeappicon.com that have the following…

Joseph Beuys' Mum
- 2,395
- 2
- 24
- 50
18
votes
10 answers
Missing required icon file. The bundle does not contain an app icon for iPad of exactly '167x167' pixels, in .png format when trying to upload app
I successfully uploaded my app on Xamarin forms but after it was uploaded I received this in an email from apple:
"Missing required icon file. The bundle does not contain an app icon for iPad of exactly 167x167 pixels, in .png format ."
So it wants…

medvedo
- 543
- 2
- 8
- 23
17
votes
2 answers
Code=3072 "The operation was cancelled" when setting alternate app icon
I am trying to set an alternate app icon named MyIcon in my iOS app. I have a MyIcon.png image in my project bundle (not in my Assets folder) and it is declared in my Info.plist like so:
CFBundleIcons
…

Wilson Gramer
- 702
- 8
- 23
16
votes
3 answers
App icon not appearing in app switcher in ios
I have recently developed a set of icons for my ios app using https://makeappicon.com. This provides a folder of appropriately sized images. I then have dragged each of these images into the appropriate slot in the AppIcon section in…

Zenman C
- 1,653
- 13
- 21
15
votes
1 answer
iOS 10.3 - How to change app icon programmatically
iOS 10.3 comes with dynamic app icon changing feature. Developers will now be able to change app icons without an app update.
I want to change my app icon dynamically, how can i change my app icon programmatically.
Thanks in advance.

Gison George
- 379
- 1
- 3
- 15
10
votes
0 answers
setAlternateIconName() not changing notification icons and setting icons
I am currently trying to change the icon of my app, but when I'm changing the icon of the app the notification icon and setting icons. Is there something wrong with the way i have provided the…

Petter Braka
- 311
- 1
- 11
9
votes
1 answer
How to make Smart Icon Animations (when Launch and Exit Apps) in Android?
Smart Animated Icons is one of the Highlighted Features of MIUI 9.You can see the New Animation when you Launch and Exit Apps. Open/Launch the App and You can notice the Animation on its Icon when you exit the App. Animation seems to be cool and it…

Sagar Jethva
- 986
- 12
- 26
8
votes
3 answers
forcing square app icon
I will set a square app icon for my Android App made with Android Studio.
I set my own app icon with File -> New -> Vector Asset
This creates a normal and a round app icon.
If I copy and rename (ic_launcher_round.png) the quadratic app icon and…

Hannes
- 223
- 1
- 3
- 9
6
votes
2 answers
How to change app name in notification bar programmatically
I want to change app name in the notification bar but I cannot find it simple solution. They say have to change app name. And I find this lib.
https://github.com/myinnos/AppIconNameChanger
But its too troublesome. Every changing take 10 seconds. Is…

J.DOE
- 143
- 2
- 9
6
votes
1 answer
Alternate Icon - Disable alert on icon change (UPDATE)
This is an update to this outdates question: Alternate Icon in iOS 10.3: avoid notification dialog for icon change
func setAppIcon(Type: String) {
if #available(iOS 10.3, *) {
UIApplication.shared.setAlternateIconName(Type)
}
}
With…
user9225081
5
votes
1 answer
How to remove the launcher icon in android 10(Q)
Before API 29, we can remove the launcher icon in the device by removing
in…

krishna sree
- 53
- 5
4
votes
1 answer
iOS: Unable to see the option of App Icon in the Product Page Optimization page in the app store connect
As the Product Page Optimization option is now available in the App Store Connect, I thought to try it out.
So I have created a test to try different App Icons.
I have followed these steps to create a test and treatments for product page…

Nikunj
- 630
- 1
- 6
- 20
4
votes
0 answers
iOS 15, How to set alternate icon (User-Selectable App Icons)
After upgrade on iOS 15 the app has lost the ability to change alternate icon (User-Selectable App Icons). I didn't find any changes in documentation. How does one set an alternate app icon on iOS 15?

reacct
- 49
- 3