Problem with publishing Xamarin iOS app to App Store - ios

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

Related

Why is my app's icon displaying incorrectly on the apple App Store?

I recently released an app on the apple App Store however I have an issue with the app icon not displaying correctly. It displays fine on the App Store when viewed from a MacBook however when viewed from an iPhone the icon is fully black like so:
The same app listing on the App Store viewed from a MacBook:
Does anyone have any idea why this might be the case? The icon displays correctly in Xcode and on apple connect yet when viewed from an iPhone on the App Store it turns all black.
Try resubmitting your app. I think it's a current bug with App Store Connect.
When you go into App Store Connect, ensure the icon is displaying properly under the build (on the main version screen). And when you submit the app the for review, also ensure it's displaying properly.
I had the same black icon issue, and after uploading the app a few times, I finally got it to display with the proper icon on the main version screen. And when I submitted for review, it also displayed the proper icon (not the blacked out icon). It took a few attempts.
I managed to fix the issue. The problem was that I was using the flutter package flutter_launcher_icons to generate the app icon and for some reason it did not generate all the right sizes causing the app icon to show up on some devices but not on others. Apple still approved the app which made me think that it was an issue on their side rather than mine. I fixed the issue by using this app icon generator instead which generated all the right sizes and now the app icon shows up correctly on every device.

Flutter ios app icon unchanged while switching apps

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.

When I opened my iOS app, the screen turns black. Why?

I'm making iOS apps. I'm a total novice developer.
I want everyone to use my app so I choose iOS 10.0 in Target Info on Xcode. Now my app can be downloaded on the App store. However when I opened my app on iPad (iOS 12.4.6), the screen turned black and I can do nothing.
Do you come up with any problems?
Not sure if you coded your app programmatically but in your app delegate, check for the var window: UIWindow?. I had the same issue when I forgot to put the "?" after "UIWindow". Hope that helps.

iOS app showing old app icon even after change

I am changing app icon for my app and had below issue.
Even though I changed app icon still at times when I quit the app the animation shows old app icon and then transforms to new app icon. And also in Siri suggestion I still see old app icon. Will this be there even after app release or is it just a issue with running through Xcode. Is there anyway I can remove this app icon caching? I tried deleting old app and restarting device and then installing new app that solves this issue, but actual users won’t be doing this. Can anyone suggest any solution for this issue?
I am using Xcode 11 and I am on iOS 13.
Clean build and delete derived data, and that should take care of your issue. But users downloading app from App Store will not experience this issue.
1) Product > Clean build folder
2) XCode > Preferences > Locations > click on arrow for derived data
The iOS Springboard caches the app icon. So as soon as you change the app icon it won’t reflect in Siri suggestions and few app quit animation may still show old app icon. Gradually as user starts using the app with new logo and when iOS springboard caches the app icon again it will start showing the new app icon. So, don’t worry gradually all your users will start seeing the new app icon.

APP icons in iOS application | Artwork image

I'm working on iOS application (iPhone, iPad) and little confused about the app icon stuff. I'm using XCAssets and my app supports version>=8.3. So,the image below shows what I've selected from XCAssets and I've placed all these images.
I've looked into multiple links on Google and SO but getting confused e.g this link App icons iOS.
App icon for iTunes Connect. The above mentioned link states that we need to add Artwork icon for iTunes (1024x1024), but i don't know where to add that. I've checked this answer, but probably it's outdated now as i can't see any such options on iTunes Connect
What are "CarPlay" icons for?
What is "iOS icon is pre-rendered"
Please answer the above mentioned points. Any help in this regard is highly appreciated. Thanks
.
In addition to Wottle's answer,
Answer to the artwork icon point: We have to add app icon on itunes connect. For that you need to go into your app and have to update it in AppVersion/AppIcon as shown in figure attached. then click on "Save".
Ofcourse, this method will change with time (As apple makes update in itunes UI often). Right now, it's the way to do it.
The Artwork icon will be sent to Apple on the iTunes Connect site when you enter your application metadata for a release of your app. You do not put it in the XCAssets.
CarPlay icons are if your app supports CarPlay, Apple's iOS interface for car infotainment systems. Not needed if you app doesn't support CarPlay.
"iOS icon is pre-rendered" is a setting that will determine whther iOS addes a glare to the icon in iOS 6 and before. It should have no effect on apps installed and run on iOS 7 or later.

Resources