Livecode iOS ERROR ITMS-90022 Bundle does not contain App Icon - ios

I made an iPhone app in Livecode 9.6.1 and I saved it as a standalone app with all .png Icons and Splash screens uploaded in the respective sizes in the Standalone Application Settings.
I made the .ipa file and submitted it via Application Loader (also tried Transporter) and I got this error.
ERROR ITMS-90022: "Missing required icon file. The bundle does not contain an app icon for iPhone / iPod Touch of exactly '120x120' pixels, in .png format for iOS versions >= 7,0. To support older versions of iOS, the icon may be required in the bundle outside of an asset catalog. Make sure the Info,plist file includes appropriate entries referencing the file. See
Same error for 76x76 and 152x152 pixels
I'm not sure if the following is of help, but I noticed
- this is only the resolutions for the iOS 7 device icons?
- when I put the app onto a simulator or my personal iPhone device the app works fine and the splash screens work. But the app icon still displays as the default white one.
- if I right click on the .app file and show package contents I can see all the splash images but not any of the icon images files
- I can't open the .app file in Xcode to add these icon images to Info.plist
Mac Catalina Version 10,15,3
iPhone X IOS 13,3,1
LiveCode 9,6,0 (dp3)
Xcode 10,1 & 11,3 placed in the iOS SDKs
Thanks,
Gee

it seems like you forgot to include the app icon or it isn't in the correct resolution. Check your icon settings and make sure you include the icon for iOS 7 Hi-Res iPhone. It could also help to name your app icons correctly by adding the suffixes #2x and #3x to indicate high-res versions.
This means you have to make sure the following icons are present:
iPhone: "MyAppIcon.png" (60x60)
iOS 7 Hi-Res iPhone: "MyAppIcon#2x.png" (120x120)
iPhone 6 Plys: "MyAppIcon#3x.png" (180x180)

Related

flutter ios : Missing required icon file. The bundle does not contain an app icon for iPad of exactly '167x167' pixels,

I want to upload my flutter app to ios. Everything is working fine, but I am facing the issue at the uploading time Missing required icon file. The bundle does not contain an app icon for iPad of exactly '167x167' pixels

iPad of exactly '152x152' pixels, in .png format for iOS versions >= 10.0 in Xcode 10

My Xcode version is 10.2. When I upload the app to iTunes Connect, it shows the following error:
Missing required icon file. The bundle does not contain an app icon for iPad of exactly '152x152' pixels, in .png format for iOS versions >= 10.0.
My resource like below:
I have added image in my info.plist like below:
Make sure to tick the iPad option in the Attributes inspector and then assign the 152x152 pixel icon to the iPad App slot.

Xcode Error ITMS 90096 - I am not using any launch screens

I have removed the launch screen file and removed all references from the info.plist file and in the main settings of the project the launch screen text field is empty.
What should I do?
Based on other related questions, the ITMS 90096 error means your app isn't optimized for the iPhone 5.
Since you are supporting iOS 7 you must provide all of the appropriate launch images. You will need ones for 3.5" and 4" devices at a minimum. You should also provide ones for the 4.7" and 5.5" devices as well if you want happy users. And if your app is a universal app then you also need the iPad launch images.
You don't need a launch screen (unless you want native support for the iPad Pro*) but you must provide launch images.
* No longer true as of Xcode 8.

Where do I add App Icon for iPad Pro?

From iOS Developer Library updated 2015-11-05:
"With the exception of the App Store icon—which must be named iTunesArtwork—you can name your icons anything you want. Use image asset entries in your Xcode project for your app’s icon files. To add icons, assign the corresponding image files to the image assets of your project. At build time, Xcode adds the appropriate keys to your app’s Info.plist file and places the images in your app bundle. iOS chooses an icon based on whether its size is appropriate for the intended usage. To learn more about asset catalogs, see Asset Catalog Help."
I'm using Xcode 7.1 and there are NO spaces for App Icons for iPad Pro. Someone said they were using the Xcode 7.2 beta and still NO iPad Pro information in asset catalog.
I read on this site to add CFBundleIconFiles~ipad in info.plist but that didn't work.
How do I add the 167x167 app icon for iPad PRO?
Xcode 7.2 release now contains iPad Pro app icon with size of 83.5 x 83.5 points, #2x, which results in icon of size 167*167.

Launch Image Error - Cannot upload ios app created using adobe AIR into ios app store

i have created a simple ios app using adobe flash CC and AIR SDK 16. The app is tested well and working fine in my iphone 5C. And i have successfully filled all the informations in the iTunes Connect. And uploaded all the necessory images like icons and screenshots for 4.7, 5.5, 4, 3.5 inch displays and iPad . But when i try to upload the '.ipa' using the application loader it gives me the error
ERROR ITMS-90096: "Your binary is not optimized for iPhone 5 - New iPhone apps and app updates submitted must support the 4-inch display on iPhone 5 and must include a launch image with the -568h size modifier immediately following the portion of the launch image's filename. Launch images must be PNG files and located at the top-level of your bundle, or provided within each .lproj folder if you localize your launch images. Learn more about iPhone 5 support and app launch images by reviewing the 'iOS Human Interface Guidelines' at 'https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/IconsImages/IconsImages.html#//apple_ref/doc/uid/TP40006556-CH14-SW5' and the 'iOS App Programming Guide' at 'https://developer.apple.com/library/ios/documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/App-RelatedResources/App-RelatedResources.html#//apple_ref/doc/uid/TP40007072-CH6-SW12'."
i do not know what does it means. Can some one please help me
thanks in advance.
Specifically using Flash Pro CC...
Click the Publish Settings button in the Publish panel.
Then click the wrench button next to the Target dropdown menu.
Click the General Tab, then the + button for Included files:
Browse to and select your iPhone 5 Default image (which must be named correctly) Here's a handy list of image names:
http://blog.tomasmahrik.com/list-of-properties-sizes-for-application-icons-launch-images-screenshots-video-previews-for-ios-air-apps/

Resources