Flutter ios app icon unchanged while switching apps - ios

so I'm releaseing my Flutter app, after changing the app icon the app icon shows as expected in the main screen and in notification center, but when switching apps, the app icon still shows the Flutter logo, any idea how to correct this? Thanks in advance!

Restart your iphone once and run the app again this should solve, for me i also faced the same the above trick worked for me.

Related

Flutter splash screen Xcode white background for first 2 seconds

Flutter splash screen Xcode white background for first 2 seconds. After that, it correctly shows the images from my storyboard... I tried everything to get rid of that first white blank screen, but I can't. Can someone help, please?
Removed Launchscreen.storyboard and regenerated.
Removed app from
device and reinstalled
Tried everything here:
Launch Screen not displaying iOS 8
Changed these configurations.
Bot nothing works at all. I am using Flutter and flutter_native_splash and generated the icons with this, but they did not help either.
Note: I noticed that I only see launchscreen and main as options in general > app icons and launch images in Xcode. Shouldn't I be able to see the option launschreen_storyboard as well?
Note: Android works fine. It only is a problem at iOS.
I have fixed the issue by restarting my device. Apparently this is an iPhone/iOS cache bug.

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 fix this?
Any help would be appreciated.
This happened with my app as well. For me, it was a caching issue. Completely uninstalling/reinstalling/clearing cache on the the app worked for me to solve it.

Problem with publishing Xamarin iOS app to App Store

I just upgraded Xcode and Xamarin iOS to a newer version, and I face problem as in the image below. I am stuck in it for a long time. Can anyone help me?
You must add app icons to proceed , or either some bundle settings are not recognizing the app icons you have added already.
Application Icon - Every iOS app must define an application icon. This is the icon that the user will tap from the iOS home screen to launch the app. Additionally, this icon is used by Game Center, if applicable.
Take a look at this thread for Xamarin where all of it is included , Good Luck !
https://learn.microsoft.com/en-us/xamarin/ios/app-fundamentals/images-icons/app-icons?tabs=macos

React Native app flashing white after launch screen on iOS 11

We have more than 5 React Native apps published apps, and all app flashes to white between the launch screen and the first screen of the app. This creating wired behaviour and only noticeable on iOS 11.
We are using react-native-router-flux for navigation. I believe this issue is related to react-navigation because apps like UberEATS and Airbnb, which are also developed with React-Native are working fine. These apps have their own navigation library I think.
Anyone else noticed this problem? Any suggestion will be greatly appreciate.
I was able to fix this issue by adding custom splash screen, credits goes to react-native-splash-screen.
This issue is fixed in Xcode 9.2.

App Icon don't appear on my Iphone 6 while appearing on the Iphone 6 from the virtual machine

I have been blocked on this problem for hours....
I added an AppIcon to my project. If I build it on the virtual Iphone 6 (IOS 8.4), I can see the App Icon while if I build it on my own Iphone 6, the App Icon is still white. This is so frustrating!
If anyone could help me... many thanks!!
Such issue happened to me, when I added icon with transparent background, on simulator everything worked fine, but device showed app without icon. At the same time, try to uninstall app from device and run application again. By the way, check whether you have added all required icons, as another users suggest.
At first, check if you've got some icons in you AppIcon.
The problem maybe is:
you did not set Icon in AppIcon.
you did add Icon in AppIcon, but not for iPhone App iOS 7,8 60pt
other reasons. You should give more specifics so that we can help you.

Resources