Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iPhone gloss effect xcode 4.1

Tags:

ios

iphone

I am using Xcode 4.1 and disabled the gloss effect for icons. works fine on my simulator and real device.

but now after uploading and release in the app store there the gloss effect is on my icon! is that a bug or what can i do?

thx chris

like image 478
christian Muller Avatar asked Aug 25 '11 23:08

christian Muller


3 Answers

Make sure that in the .plist file, the option:

  Icon already includes gloss effects = YES   

If the problem is only on the 512*512 (Large) icon, the effect should be removed after uploading the binary that. If even then the problem persists, you should log in to itunesconnect.com and click on the "Contact Us" icon, the Apple Team will be more than happy to help You :)

like image 69
Peter V Avatar answered Nov 11 '22 13:11

Peter V


Just check your code which you have provide for release.
the reflection is added by the device UNLESS you set the UIPrerenderedIcon in info.plist to true. Check info.plist for
<key>UIPrerenderedIcon</key> <true/>

like image 36
Mobile App Dev Avatar answered Nov 11 '22 15:11

Mobile App Dev


finally it was a problem in the store. i wrote apple and they solved it :)

like image 2
christian Muller Avatar answered Nov 11 '22 14:11

christian Muller