I have the UIPrerenderedIcon setting set to YES for my app bundle. It renders correctly on the iPhone home screen but in the AppStore and iTunes it is still adding the gloss.
What gives?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
According to this thread over on the iPhone Dev SDK forum, when the icon was uploaded in a
.pngor.tiffformat, iTunes would automatically add gloss. However, when uploading it as a.jpg, the gloss wasn’t added.It seems like this is an odd problem – another user reports that it’s a bug with iTunes Connect that results in it not honouring the
UIPrerenderedIconkey.