Questions tagged [appicon]

The tag has no usage guidance.

appicon
Filter by
Sorted by
Tagged with
575 votes
16 answers
614k views

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 ...
RobertoAllende's user avatar
46 votes
19 answers
34k views

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 ...
Vlad's user avatar
  • 5,827
20 votes
2 answers
6k views

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: <key>...
Wilson Gramer's user avatar
20 votes
10 answers
19k views

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 ...
medvedo's user avatar
  • 563
18 votes
1 answer
7k views

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 filenames: [email protected] [email protected] [email protected] [email protected] Icon-App-...
Joseph Beuys' Mum's user avatar
17 votes
3 answers
6k views

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 ...
Zenman C's user avatar
  • 1,703
15 votes
1 answer
14k views

iOS 10.3 - How to change app icon programmatically [duplicate]

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 ...
Gison George's user avatar
10 votes
0 answers
553 views

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 images? ...
Petter Braka's user avatar
9 votes
1 answer
5k views

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 ...
Sagar Jethva's user avatar
  • 1,006
8 votes
3 answers
21k views

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 (...
Hannes's user avatar
  • 223
7 votes
2 answers
7k views

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 ...
J.DOE's user avatar
  • 153
6 votes
1 answer
3k views

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, *) { ...
user avatar
6 votes
1 answer
3k views

How to remove the launcher icon in android 10(Q)

Before API 29, we can remove the launcher icon in the device by removing <intent-filter> <action android:name="android.intent.action.MAIN" /> <category ...
krishna sree's user avatar
5 votes
1 answer
1k views

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 ...
Nikunj's user avatar
  • 670
4 votes
4 answers
12k views

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 ...
AnKr's user avatar
  • 443
4 votes
4 answers
5k views

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 ...
S S's user avatar
  • 646
4 votes
0 answers
2k views

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's user avatar
  • 49
4 votes
1 answer
682 views

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 ...
FrizzTheSnail's user avatar
3 votes
1 answer
2k views

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 ...
hattmannsandi's user avatar
3 votes
2 answers
6k views

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: ...
SSM's user avatar
  • 389
3 votes
1 answer
1k views

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 ...
Kishan Dhankecha's user avatar
3 votes
1 answer
406 views

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 = ...
ErasmoOliveira's user avatar
2 votes
2 answers
3k views

AppIcon not show on IOS with xamarin / Visual Studio Mac, but work with xcode

I have wasted now 3 days triying to put the icon on the app. I use https://makeappicon.com/ and download the files. Replace the AppIcon.appiconset folder. It not work. I try everything I found, ...
mamcx's user avatar
  • 16k
2 votes
2 answers
6k views

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 ...
SCH361's user avatar
  • 53
2 votes
1 answer
3k views

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 ...
davebaraka's user avatar
2 votes
1 answer
586 views

How to get appicon programmatically from sdcard/storage .apk file?

Using ApplicationInfo i'm already tried and it works well but it is shows only installed app's appicon. but i want to get appicon from file path(.apk file) programmatically. Drawable icon=...
user avatar
2 votes
1 answer
793 views

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. ...
user16780334's user avatar
2 votes
2 answers
787 views

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 ...
shahaf tepler's user avatar
2 votes
1 answer
4k views

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's user avatar
2 votes
3 answers
724 views

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's user avatar
2 votes
0 answers
2k views

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 ...
Diego Pereira's user avatar
2 votes
1 answer
633 views

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 ...
Laurens Swart's user avatar
2 votes
1 answer
723 views

How to access the app icon the right way on Flutter?

I want to use the app icon of my app inside of my app with Flutter. Hope there is a better way than putting the app icon inside the assets folder.
MLZ's user avatar
  • 53
2 votes
0 answers
56 views

How to set counter value in the application laucher icon in Oreo?

In my Android app I need to show the counter on launcher app icon. Before Android Oreo I used ShortcutBager library. But this one doesn't work anymore in the newer Android versions. As far as I ...
E I's user avatar
  • 523
2 votes
1 answer
867 views

Xamarin UWP icon assets for the application

I am developing the Xamarin UWP project for an existing Xamarin forms project of mine. My existing project has support to Android and iOS only. Now, i am trying to extend the support to UWP as well. ...
Vijay457's user avatar
  • 334
2 votes
2 answers
2k views

how to set app icon of app in xamarin.forms app for IOS

i have idea about how to set app icon image where we were putting all respective size icon images in resource folder. in recent xamarin update there is no need to add multiple size images for splash ...
Neelam Prajapati's user avatar
2 votes
0 answers
198 views

How many icons does CFBundleAlternateIcons support in Info.plist?

Such as the title. Who can tell me how many icons does CFBundleAlternateIcons support in Info.plist? Thank you very much!
Casper's user avatar
  • 21
2 votes
1 answer
104 views

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: [email protected] (120px) ...
DKoenig82's user avatar
1 vote
2 answers
11k views

ic_launcher.xml not being used as app icon

I'm developing an Android app. I'm trying to use ic_launcher.xml and ic_launcher_round.xml as app icons as I think that is the proper way? Anyway, I have one png image, 108x108px, 32bit color. I use ...
Invader Zim's user avatar
1 vote
2 answers
2k views

Android app icon / ic_launch icon has white padding

Generated an app icon using https://appicon.co/ Ive used this before for other apps and its working great but this time my app icon has white padding on android OS, , any idea why ? Im using react ...
Nabeel Zanabeet's user avatar
1 vote
2 answers
1k views

ios app submit failed for AppIcon using eas submit

I am trying to submit my iOS app and I am getting this error: Your iOS app icon is missing or is an invalid format. The icon must be a 1024x1024 PNG image with no transparency. Please check your icon ...
Mo Algh's user avatar
  • 81
1 vote
1 answer
401 views

How to revert app icon back to original in iOS?

I have successfully changed my app icon into an alternate icon on iOS. However, I am wondering if it is possible to revert the changed icon back to the original one, that is in Assets folder without ...
paprika's user avatar
  • 189
1 vote
2 answers
738 views

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's user avatar
1 vote
1 answer
2k views

How to set badge on app icon programmatically?

I'm trying to set up the badge on app icon if there are some pending notifications. Which works well with the following code in Android Pie. notificationBuilder.setNumber(i); notificationBuilder....
kvaruna's user avatar
  • 388
1 vote
1 answer
542 views

How to get IOS current alternate icon name?

My app supports alternative icons and I have speicified CFBundleAlternateIcons inside CFBundleIcons. But how can I get current used icon info? I have tried this How to get the current application ...
jQ Goo's user avatar
  • 23
1 vote
2 answers
778 views

App icon showing only on emulator

I have placed my app's icon.png image in the respective mipmap folders in my project but when i or any of my testers install the app on a physical device, the icon is replaced by android studio's ...
Stelios Papamichail's user avatar
1 vote
1 answer
145 views

I want to change app icon progrmatically how to do it in android

I am using the below code to change the app icon programmatically. but it's killing the app the first time we change the icon. how to avoid killing the app while changing the app icon. ...
Devendra Joshi's user avatar
1 vote
3 answers
344 views

Flutter IOS app icon doesn't chage (on background layout)

I am using flutter_launcher_icons to set app icon. here is the pubspec.yaml: android: true ios: true remove_alpha_ios: true image_path: "assets/icon/icon.png" it actually changed ...
Lazizbek Fayziev's user avatar
1 vote
1 answer
391 views

Create a shortcut on iOS Homescreen from my App (post iOS 16)

I want to offer my users to create shortcuts on the homescreen on iOS to content in my app. Previously there was a workaround using safari with website embedded into a data: URI, but now on newer iOS ...
Simon Laux's user avatar
1 vote
1 answer
68 views

How do I download my app icon from android studio with 512 px by 512 px dimensions?

I need to download my app icon from android studio which I made in android studio but I don't know how to download it with the background that I added in android studio and how to download it with 512 ...
Marfog509's user avatar