Replies: 3 comments 3 replies
-
Which version of the AIR SDK are you using, and is this on Mac or PC? Also I'd recommend unzipping the IPA file to see if those items are missing, to see whether the icon PNGs are packaged and if they're included in the Info.plist file: For the first two, those should show up as "Icon-167.png" and "Icon-Ipad-152.png", and they would be listed in the Info.plist under CFBundleIconFiles. For the last item, that would be added to your Assets.car that you generated from Xcode or some other tool. |
Beta Was this translation helpful? Give feedback.
-
Likely something is missing from your |
Beta Was this translation helpful? Give feedback.
-
I ran into this issue myself while using an Assets.car generated with the latest Xcode. By default, the AppIcon only asks for 1024px size. If you open the settings on the right side and change iOS to "All Sizes", then you'll see a bunch more sizes to add. This fixed my upload issue. |
Beta Was this translation helpful? Give feedback.
-
Hi
I'm uploading my APP to App Store but receives the following error, Please help to sovle the problems.
I am using the Adobe Animate to develop the APP. I have struggleing for may days. Thanks in advance.
ITMS-90023: Missing required icon file - The bundle does not contain an app icon for iPad of exactly '167x167' pixels, in .png format for iOS versions supporting iPad Pro. To support older operating systems, 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 https://developer.apple.com/documentation/bundleresources/information_property_list/user_interface
ITMS-90023: 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. To support older operating systems, 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 https://developer.apple.com/documentation/bundleresources/information_property_list/user_interface
ITMS-90704: Missing app icon - Include a large app icon as a 1024 by 1024 pixel PNG in the asset catalog of apps built for iOS, iPadOS, or watchOS. Without this icon, apps can't be submitted for review. For details, visit: https://developer.apple.com/documentation/xcode/managing-assets-with-asset-catalogs.
I am sure that XML include all icons images. Thanks a lot.
Beta Was this translation helpful? Give feedback.
All reactions