Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7052303
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T03:22:02+00:00 2026-05-28T03:22:02+00:00

I am currently trying to remove the gloss effect from an iOS icon using

  • 0

I am currently trying to remove the gloss effect from an iOS icon using XCode 4.

I have set the ‘Icon already includes gloss effect’ (UIPrerenderedIcon) property to YES/true.

The gloss effect is successfully removed from the icon when i run my app through the iPhone 5.0 simulator.

However, the gloss effect is still visible when I run the app through the iPhone 4.3 simulator.

Can anyone tell me how to disable the gloss effect in both iOS versions?

My info.plist file reads as follows

<key>CFBundleIconFiles</key>
<array>
    <string>Icon.png</string>
    <string>Icon@2x.png</string>
    <string>Icon-72.png</string>
</array>
<key>CFBundleIcons</key>
<dict>
    <key>CFBundlePrimaryIcon</key>
    <dict>
        <key>CFBundleIconFiles</key>
        <array>
            <string>Icon.png</string>
            <string>Icon@2x.png</string>
            <string>Icon-72.png</string>
        </array>
        <key>UIPrerenderedIcon</key>
        <true/>
    </dict>
</dict>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T03:22:03+00:00Added an answer on May 28, 2026 at 3:22 am

    I had the same problem. “CFBundleIcons” works for iOS 5.0 and “CFBundleIconFiles” works for 4.3.2 and 5.0. 4.3.2 doesn’t recognise the newer “CFBundleIcons” icon property. I solved this by including a “UIPrerenderedIcon”=true at the top-level to match the “CFBundleIconFiles” array. The nested “UIPrerenderedIcon” key in your example code only applies to iOS 5.0. You should skip the “CFBundleIcons” if you want to field for both 4.3.2 and 5.0.

    I think your plist should look like this (removing the “CFBundleIcons” array):

    <key>CFBundleIconFiles</key>
    <array>
        <string>Icon.png</string>
        <string>Icon@2x.png</string>
        <string>Icon-72.png</string>
    </array>
    <key>UIPrerenderedIcon</key>
    <true/>
    

    Search for “CFBundleIcons” on this page: http://developer.apple.com/library/IOs/#documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/App-RelatedResources/App-RelatedResources.html

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am currently trying to remove inline styles that come from the wysiwyg in
I am trying to remove the last character from a div id using jQuery.
I am trying to remove an element from a Javascript associtive array using the
I'm trying to remove some unwanted whitespace from JavaScript files, and combine files using
Im trying to remove the horizontal scroll. Currently using overflow-x: hidden; does the job
I'm currently trying to implement a editable details view using a grouped UITableView. I'd
I'm trying to figure out how to remove options from a select box when
I am currently trying to write a little powershell script (I have no experience
I am trying to remove all references to a table from a Crystal XI
I'm currently trying to implement a destroy/remove method for views but I can't get

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.