Icon already includes gloss effects

前端 未结 11 1597
臣服心动
臣服心动 2020-12-07 17:37

I have a problem with the gloss effect in app icon at iOS 5 beta 5, in iOS 4 it\'s show the effect not gloss, but iOS5 shows the gloss effect. I put the option Icon al

相关标签:
11条回答
  • 2020-12-07 18:12

    In the release notes for iOS5 Beta 6 it says:

    FIXED: The UIPrerenderedIcon key (in the Info.plist file) is not honored in this beta.

    0 讨论(0)
  • 2020-12-07 18:12

    What worked for me is to change the "Icon already includes gloss effect" boolean under "Icon Files (iOS 5)" first to NO, compile, then set the boolean to YES and compile.

    0 讨论(0)
  • 2020-12-07 18:13

    First Settings in a your project info-list set key Icon already inculdes gloss effects to YES Boolean value like below screen shot:

    enter image description here

    after try project Target settings tick the checkbox in the summary tap in the App Icons section like below screen shot:

    enter image description here

    it's worked for me!

    Welcome in Advance!

    0 讨论(0)
  • 2020-12-07 18:16

    It appears this problem is still not fixed in the GM. I set UIPrerenderedIcon to YES, but the rendered icon includes gloss effect.


    Sorry, I confirmed that this problem is solved in the GM. If you would like to erase gross effect, set "Icon already includes gross effect" under "Primary Icons" under "Icon files (iOS 5)" to YES.

    0 讨论(0)
  • 2020-12-07 18:16

    Some of you will do these things and still not have retina display or gloss to reflect these changes.

    In XCode 4.3.2 and possibly earlier versions, make sure you check the "Summary" tab in your project settings. There you will find a section called "App Icons" that should show both your Icon.png and Icon@2x.png. Make sure you have the "Prerendered Icon" box checked.

    Even after all this, you might not have the retina display working. Check the "Info" tab's "Custom iOS Target Properties" section.

    This is where you may find that your plist hasn't updated your Icon files

    Make sure you delete the "Newstand Icons" section if you aren't going to use them or it will stop your app from passing validation when submitting to the AppStore.

    0 讨论(0)
提交回复
热议问题