![]() |
|
no shine icon - Printable Version +- iDevGames Forums (http://www.idevgames.com/forums) +-- Forum: Development Zone (/forum-3.html) +--- Forum: Graphics & Audio Programming (/forum-9.html) +--- Thread: no shine icon (/thread-2109.html) |
no shine icon - imaumac - Nov 24, 2008 05:56 PM how can i do to make my app on itune store do not instal with shine icon. I use this code on info plist but not work: <key>UIPrerenderedIcon key</key> <true/> what can I do to use icons with out shine please?
no shine icon - AnotherJake - Nov 26, 2008 09:04 AM imaumac Wrote:<key>UIPrerenderedIcon key</key> <true/> If that's exactly what you put in, it looks like you accidentally added key. It should be: Code: <key>UIPrerenderedIcon</key> |