Error Uploading to App Store Invalid Icon

When I tried to submit an App to Itunes Connect I got the following error.

            iTunes Shop Operation Failed  Error ITMS-90717: "Invalid App Store Icon. The App Store Icon in the nugget catalog in 'YourApp.app' can't exist transparent nor contain an alpha channel."                      

Error ITMS-90717 I made sure that I submitted a file with no transparency. So the error persisted in submission to iTunes Connect.

This question is tagged with ios xcode app-store app-store-connect

~ Asked on 2017-ten-05 12:36:33

The below solution worked for me

  1. Click & open the App Shop icon (1024*1024) in the preview app.
  2. Export it past unticking the Alpha channel.
  3. Replace the current App Store icon with the newly exported icon image.
  4. Validate and upload.

Notation: This will not work on Mac Os High Sierra, please try a lower version to consign without alpha or use whatsoever one of the image editing applications or try out the beneath alternatives.

Alternative one: (Using Sierra or Loftier Sierra and Ionic)

  1. Copy and Paste the App Store icon to the desktop.
  2. Open the prototype. Click File Card->Indistinguishable.
  3. Save it by unticking the Alpha channel.
  4. Supersede the electric current App Shop icon with this one.
  5. Validate and upload.

Alternative 2: If indistinguishable does not work, try doing opening information technology in preview and so doing file consign. I was able to unselect the alpha channel there. – by Alejandro Corredor.

Alternative three : Using Loftier Sierra and Ionic, found the problem image in the following binder: [app name]/platforms/ios/[app name]/Images.xcassets/Appicon.appiconset/icon-1024.png. We have to copy it to the desktop and Salve As while unchecking Alpha, then rename it to icon-1024.png, and then delete the original and copy the new file back to the original folder. Consign did non work though no error was displayed and all permissions were set/777. Hope this helps save someone the twenty-four hours I only lost. – by Ralph Hinkley

enter image description here

~ Answered on 2017-x-06 16:08:22

I faced the same trouble and wasn't able to fix information technology with the provided solution by Shamsudheen TK. Ionic somehow added transparency to my icons fifty-fifty if the source icon did not have any transparency at all. In the finish I was able to resolve information technology past:

Install imagemagick (MacOS):

brew install imagemagick

Remove alpha channel from all images in resource folder:

observe ./resources/ -name "*.png" -exec convert "{}" -alpha off "{}" \;

~ Answered on 2017-xi-13 12:18:23

Here is a solution that accept worked for me on High Sierra

  1. Open the App Shop icon (1024*1024) in Preview app(default OSX prototype viewer).
  2. Click on the File card from the carte bar and select Consign. view screenshot
  3. Uncheck Alpha, select where you would like to export the image and click on the Save button. view screenshot
  4. Replace the current App Store icon with the newly exported icon image.
  5. Validate and upload.

~ Answered on 2018-09-xiii 08:08:55

Whatever way you attempt above you need to test it by upload it to app connect similar me to make sure information technology works and save your valuable fourth dimension

enter image description here

enter image description here

~ Answered on 2019-07-07 01:thirteen:57

If showing this error for ionic3 projection when you lot upload to iTunes Connect, please bank check this ANSWER

This is my project error when I try to vilidated. enter image description here

Finally follow this Answer, fault solved. enter image description here

~ Answered on 2018-01-29 06:42:42

Dumb error from my part, didn't archive the app later on removing alpha. Just kept submitting my old archived app and finding aforementioned blastoff/transparency error. Hope information technology helps someone.

~ Answered on 2019-12-19 thirteen:22:50

Invalid App Store Icon. The App Shop Icon in the nugget catalog in 'YourApp.app' tin can't exist transparent nor comprise an alpha aqueduct.

Solved in Catalina

  1. copy to desktop
  2. open paradigm in PREVIEW APP.
  3. File -> Duplicate Close the offset opened preview
  4. after try to shut the 2d duplicated paradigm, then information technology will prompt to save there y'all volition available to untick AlPHA

look into my screenshot

nvalid App Store Icon Solved in Catalina

~ Answered on 2020-07-22 14:43:28

I tried several of the things mentioned in this post (besides swapping to a .jpg) with no success. I solved it by opening the file in photoshop and using 'export to web'. Within that process/window is a checkbox for transparency.

~ Answered on 2018-09-27 03:31:28

Even the .png file without transparency the error persists.

The solution was to change the .png file to a .jpg file.

enter image description here

~ Answered on 2017-10-05 12:36:33

An error message itself says:

"Invalid App Store Icon. The App Store Icon in the asset itemize in 'YourApp.app' can't be transparent nor contain an alpha aqueduct."

All app icon must be foursquare without transparency or semi transparent (alpha value != 1.0).

Hint: App icon may have rounded corners. (Share your app icons hither)

Here is Apple guidelines for App Icon - Human Interface

~ Answered on 2017-10-05 12:54:07

Alternative:(Using Sierra or High Sierra and Ionic)

  1. Re-create and Paste the App Store icon to the desktop.
  2. Open the epitome. Click File Menu->Duplicate.
  3. Salvage it past unticking the Alpha channel.
  4. Replace the electric current App Store icon with this 1.
  5. Validate and upload.

~ Answered on 2019-xi-sixteen 05:42:01

If you don't have a mac, on windows you lot can open Paint and save as PNG with right dimensions 1024x1024

~ Answered on 2019-11-xvi 18:18:43

Remove the alpha aqueduct using this control in the folder 'Images.xcassets', this command volition remove all alpha channels from your .png files and it will put the groundwork color to white

            for i in `ls *.png`; do catechumen $i -background white -alpha remove -alpha off $i; done                      

~ Answered on 2020-01-06 02:nineteen:59

I was able to go around the Mac Sierra Os consequence by duplicating the file, dragging the new file onto my desktop, open up in preview, then click the consign option (in the File menu) , then the pick to save it without "blastoff" comes up

~ Answered on 2018-07-27 22:fifteen:29

~ Answered on 2018-08-thirteen 21:01:10

I had this problem and it was because my app store icon wasn't explicitly listed in my config.xml. Once I added the line

<icon tiptop="1024" src="www/res/icon/ios/icon-1024.png" width="1024" />,

cordova copied it over correctly without calculation an alpha channel.

~ Answered on 2019-01-04 21:26:34

I also beat script using ffmpeg to resize images without alphachannel. Information technology worked for png format fine.

            # Export ios app icons by ffmpeg calibration command # usage: sh export_ios_icons.sh {path_to_your_img} # case: sh export_ios_icons.sh ./app_icon.png  # sizes of images # you lot can become other size images by editing thisarray size=(twenty 40 60 29 58 87 eighty 120 180 76 152 167 1024) for i in "${size[@]}" practise    :      ffmpeg -i $1 -vf scale=$i:$i output_$ix$i.png done                      

~ Answered on 2020-02-24 17:xiv:43

If you're facing this issue in Palpitate and then you're good to go here.

Effect is indicating you're using .png as image asset. Just endeavour to supervene upon .png to .jpg and build your project once more..!!

Use this plugin. - flutter_launcher_icons: ^0.8.1

            flutter_icons:   android: "ic_launcher"   image_path_android: "avails/logo_panda.jpg"   ios: truthful   image_path_ios: "avails/logo_panda.jpg"                      

Make certain you're using the .jpg image extension as the epitome path.

This help me to upload the app to the App Store.

~ Answered on 2020-12-15 x:50:xviii

changed the icon from .png format to .jpg and everything went well.

~ Answered on 2019-07-08 15:44:27

adamsonfivereclums.blogspot.com

Source: https://syntaxfix.com/question/809/error-itms-90717-invalid-app-store-icon

0 Response to "Error Uploading to App Store Invalid Icon"

Post a Comment

Iklan Atas Artikel

Iklan Tengah Artikel 1

Iklan Tengah Artikel 2

Iklan Bawah Artikel