Xamarin – The required icon file. When trying to upload the application, the set does not contain the iPad application icon completely ‘167 × 167’ pixels, using .png format

I successfully uploaded my application to the xamarin form, but after uploading I received an email from Apple:

“Missing A necessary icon file. The package does not contain a complete ‘167×167’ pixel iPad application icon in the format of .png.”

So it wants an image in my resource file ( Not in the info.plist icon, because they do not require 167x there) but should I name it: [email protected] or Icon-174.png?

In the past few days, I have encountered this problem.

The iPad icon is not displayed in Info.plist, and it keeps showing the warning you are receiving.

My fix is ​​to manually add the icon [email protected] to the resource folder ( As Prashant pointed out) and add it to Info.plist:

CFBundleIconFiles

Icon -40.png
[email protected]
[email protected]
[email protected]
[email protected]
Icon-76.png
[email protected]
[email protected]
Icon-Small-40.png
[email protected]
Icon-Small.png
[email protected]
[email protected]

I used to use the asset catalog, but I cannot use the iPad Pro icon .

I successfully uploaded my application to the xamarin form, but after uploading I received an email from Apple:

“The required icon file is missing. The package does not contain a full ‘167×167’ pixel iPad application icon, in the format of .png.”

So it wants to want an image in my resource file (not in the info.plist icon, because they don’t require 167x there) but I should name it: [email protected] or Icon-174. png?

In the past few days, I encountered this problem.

The iPad icon is not displayed in Info.plist , And keep showing the warning you are receiving.

My fix is ​​to manually add the icon [email protected] to the resource folder (as Prashant pointed out) and add it to Info.plist :

CFBundleIconFiles

Icon-40.png
[email protected]
[email protected]
[email protected]
[email protected]
Icon-76.png
[email protected] string>
[email protected]
Icon-Small-40.png
Icon-Small-40 @2x.png
Icon-Small.png
[email protected]
Icon [email protected]

I used to use the asset catalog, but I cannot use the iPad Pro icon.

Leave a Comment

Your email address will not be published.