no shine icon
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?
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?
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>
<true/>
