Questions tagged [appicon]

89 questions
325
votes
15 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
  • 6,062
  • 3
  • 24
  • 43
30
votes
9 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
  • 4,915
  • 3
  • 32
  • 56
13
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
  • 361
  • 1
  • 3
  • 14
11
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
  • 518
  • 7
  • 18
10
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,015
  • 1
  • 17
  • 42
9
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,215
  • 7
  • 18
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
  • 867
  • 11
  • 24
8
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
  • 133
  • 8
6
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
  • 93
  • 1
  • 1
  • 9
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…
5
votes
3 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
  • 103
  • 1
  • 9
5
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
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
  • 614
  • 1
  • 6
  • 16
3
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…
mindus
  • 331
  • 1
  • 4
  • 17
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,397
  • 2
  • 19
  • 39
1
2 3 4 5 6