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
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 :)
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/>
finally it was a problem in the store. i wrote apple and they solved it :)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With