Reputation: 6067
I am looking for a solution to remove the Gloss Effect from the App Icon for iPhone 5 devices.
I know this effect is provided by Apple by default, for disabling this effect we need to set a flag In Info.plist
. This worked for me, for normal iPhone/iPod devices (non 4 inches). I have done each thing in the plist file. I have put in all the icon files needed too. I don't think there is a need for a separate icon file for 4 inch (iPhone 5/iPod) devices.
I have also tried these links, but my problem still exists.
What do I need to do?
Upvotes: 0
Views: 1879
Reputation: 3529
Just clear your build and also delete app from iPhone simulator or from finder and run the app again. Also remove Icon already includes gloss effects to true under icons (iOS 5) in info.plst file.
Upvotes: 0
Reputation: 51
Check you info.plist, and that you have selected the prerendered checkbox in your project description. Delete the app on the iPhone5 that you are testing with and/or the iPhone simulator. Make sure that you have included icons for all the device types you are deploying too. Now deploy again and see how it goes.
Upvotes: 1