"Missing recommended icon file - The bundle does not contain an app icon for iPhone / iPod Touch of exactly "120x120" pixels, in .png format"

Matheus Mello
Matheus Mello
September 2, 2023
Cover Image for "Missing recommended icon file - The bundle does not contain an app icon for iPhone / iPod Touch of exactly "120x120" pixels, in .png format"

📱 Missing Recommended Icon File - The Dreaded Error! 😱

So, you submitted an app update and you've received an email from Apple telling you about an error. The error reads:

Missing recommended icon file - The bundle does not contain an app icon for iPhone / iPod Touch of exactly '120x120' pixels, in .png format.

Don't worry, we'll walk you through this issue step by step and get your app back on track. 💪

💡 Understanding the Problem

First, let's understand what's going on here. Apple has specific requirements for app icons, and it seems that you've missed one for the iPhone / iPod Touch at a resolution of 120x120 pixels in .png format. But don't panic! We've got you covered.

🔍 Finding the Solution

To fix this issue, follow these simple steps:

  1. Visit Apple's official documentation to see the current icon requirements.

    👉 Pro tip: Keep this documentation bookmarked for future reference. It's a handy resource for all your app development needs.

  2. Double-check the requirements to ensure you're meeting all the necessary criteria. In this case, look for the 120x120 icon requirement.

    👉 Remember: The icon needs to be in the .png format and must have the exact dimensions mentioned.

  3. Create an icon image with the dimensions specified (120x120 pixels) and save it in .png format.

    👉 Use software like Adobe Photoshop, GIMP, or other graphic editing tools to create and resize the icon as needed.

  4. Rename the icon file to something like Icon-120.png to match the recommended naming convention.

    👉 Following naming conventions helps keep your project organized and makes it easier to locate specific files.

  5. Add the icon file to the resource folder of your project.

    👉 Locate the resource folder in your project directory and copy the icon file into it.

  6. Update the info.plist file in your project to reference the newly added icon.

    👉 Open the info.plist file and add an entry for the icon, specifying the correct file name and dimensions.

✅ Success Story

Here's a little anecdote to boost your motivation. One developer added the required icons to the resource folder but forgot to update the info.plist file. Surprisingly, their app passed the review process without any issues. Fate works in mysterious ways, doesn't it? 😉

📢 Engage with Us!

We hope this guide helped you overcome the missing recommended icon file error. If you have any questions or encountered a different issue, feel free to comment below or contact us directly.

👉 Share this blog post with your fellow developers who might be facing the same problem. Together, we can build amazing apps that leave a mark in the digital world! 🚀

Take Your Tech Career to the Next Level

Our application tracking tool helps you manage your job search effectively. Stay organized, track your progress, and land your dream tech job faster.

Your Product
Product promotion

Share this article

More Articles You Might Like

Latest Articles

Cover Image for How can I echo a newline in a batch file?
batch-filenewlinewindows

How can I echo a newline in a batch file?

Published on March 20, 2060

🔥 💻 🆒 Title: "Getting a Fresh Start: How to Echo a Newline in a Batch File" Introduction: Hey there, tech enthusiasts! Have you ever found yourself in a sticky situation with your batch file output? We've got your back! In this exciting blog post, we

Cover Image for How do I run Redis on Windows?
rediswindows

How do I run Redis on Windows?

Published on March 19, 2060

# Running Redis on Windows: Easy Solutions for Redis Enthusiasts! 🚀 Redis is a powerful and popular in-memory data structure store that offers blazing-fast performance and versatility. However, if you're a Windows user, you might have stumbled upon the c

Cover Image for Best way to strip punctuation from a string
punctuationpythonstring

Best way to strip punctuation from a string

Published on November 1, 2057

# The Art of Stripping Punctuation: Simplifying Your Strings 💥✂️ Are you tired of dealing with pesky punctuation marks that cause chaos in your strings? Have no fear, for we have a solution that will strip those buggers away and leave your texts clean an

Cover Image for Purge or recreate a Ruby on Rails database
rakeruby-on-railsruby-on-rails-3

Purge or recreate a Ruby on Rails database

Published on November 27, 2032

# Purge or Recreate a Ruby on Rails Database: A Simple Guide 🚀 So, you have a Ruby on Rails database that's full of data, and you're now considering deleting everything and starting from scratch. Should you purge the database or recreate it? 🤔 Well, my