Questions tagged [appicon]
137 questions
4
votes
1 answer
iOS App Icon Badge disappears after app goes to background
We are developing an application containing a chat.
Our issue only happens after a fresh app install:
Install the app
Login of an existing user who has some unread chat messages, so I set the app badge to N (number of unread messages) when I…

FrizzTheSnail
- 1,048
- 11
- 21
4
votes
4 answers
Ionic 3 - splash screen size
I need to generate splash screen for my ionic 3 application. Some of the sites mentioned that the correct size of splash screen image should be 2732*2732 and some other site mentioned that splash screen size should be 2208 * 2208. Which one is…

AnKr
- 433
- 1
- 6
- 20
4
votes
4 answers
Change App icon programmatically
I have seen this application on iTunes, it is creating custom icon in iphone. In my application I also want to change icon , specifically what I want to do is in my icon there is one label and programmatically I want to change the value of label.

S S
- 646
- 1
- 7
- 16
3
votes
1 answer
Icon changes not deployed to the ios device / .NET Maui Visual Studio 2022 17.4.2 on Windows 10
Changing the app icon SVG-file in the project file
Deleting the app from the device
Delete everything in /obj and /debug
Rebuild project and deploying it to the ios device
Still the same icon from the app template (blue, .net label)
With Visual…

hattmannsandi
- 53
- 5
3
votes
1 answer
FLUTTER - Default flutter icon at Recent app in iOS
While I open the recent apps tab/screen on iOS I see the default flutter Icon at the top.
However I have uploaded all the file sizes for both Android and iOS.
Other than the recent app screen all the place is covered by my own AppIcon. How do I…

Kishan Dhankecha
- 957
- 7
- 25
3
votes
2 answers
iOS app icon not showing up using flutter
I have tried so many ways and fixes but my app icon still not showing up. I'm using flutter and I used the flutter_launcher_icons package but still no use.
Here's my pubspec.yaml dev_depend:
dev_dependencies:
flutter_launcher_icons: "^0.7.3"
…

SSM
- 379
- 5
- 16
3
votes
1 answer
iTunes Store Operation Failed in Xcode 9
I'am trying to submit my app in iTunes connect and I always have the following error:
Im using MacOS High Sierra 10.13.3 and Xcode 9.2 (9C40b), I'm using the icon above in my AppIcon:
icon-20.png = 20x20
icon-20@2x.png = 40x40
icon-20@3x.png =…

ErasmoOliveira
- 1,416
- 2
- 20
- 40
2
votes
0 answers
IOS 15.6 - Xcode 14.3 - How to fix "Asset validation failed Missing required icon file"?
i don't know in which part of the development i changed something, but as i'm new in swiftui and xcode, i started getting this error:
The bundle does not contain an app icon for iPhone / iPod Touch of exactly '120x120' pixels, in .png format for…

Diego Pereira
- 81
- 1
- 6
2
votes
2 answers
Xcode 14 Asset validation failed - missing app icon
after long nights of programming, I have finally finished my app and would now like to upload it to the AppStore Connect for testing purposes, but I always get the same 2 error messages because of certain sizes of the app icon are missing…

SCH361
- 41
- 1
- 7
2
votes
2 answers
App launcher icon and background state icon are different - Flutter App
EDIT: I have deleted all the icons generated by the library and tried @Liam's suggestion, ending up with a proper launcher app icon but NO background state icon at all. Photo attached.
no background state app icon
Original Post
Lately I have changed…

shahaf tepler
- 31
- 4
2
votes
0 answers
Splash screen and Install dialog show black background behind app icon
I'm having trouble with the icon that is shown for my PWA as:
splash screen icon
icon that is shown in the "Install app" dialog
See splash screen: (it's already fading out to the app a little bit, sorry about…

Laurens Swart
- 1,234
- 9
- 24
2
votes
0 answers
Why should i NOT put Alternate Icons in Assets.xcassets?
I'm trying to change app icon in iOS. Everything works just fine. But i have a question (it may sound stupid ^^).
Most articles on the internet advised me that the alternate icon image should be added to the project as a png file, but not added to…

chuanpham
- 112
- 1
- 9
2
votes
1 answer
App Icon Switcher does not work on iPad, only the default icon - Swift?
I am integrating a app icon switcher to one of my apps. It works fine on iOS, but when I run on iPadOS only the default icon works for the other icon -> File not found.
Assets:
icon@2x.png (120px)
icon@3x.png (180px)
class IconManager {
let…

DKoenig82
- 47
- 5
2
votes
1 answer
App Store submission shows app icon issues in Xcode 11
I was recently not able to submit the app to Appstore and its showing 3 errors and the thing is i have all the app icons placed in Xcode as you can see in my screenshot correctly but this error comes. I have been trying for many hours to solve this…

user16780334
- 422
- 5
- 20
2
votes
1 answer
How do you change the iOS app icon background color during launch animation?
When launching a flutter built iOS application, I briefly get this black background surrounding the launch screen. How would you change the black background depicted in the image? I tried changing the launch screen background color in Xcode, but I…

davebaraka
- 91
- 2
- 8