There is this shiny effect that is applied to the icon after uploading to iTunes Connect if not disabled. I wonder how to set that option, I read it is in a plist file, but I do not know if Corona generates this plist file and if so, how to tell what should be written there. Thanks if anyone can share info on that. [import]uid: 109677 topic_id: 20007 reply_id: 320007[/import]
into your build.settings file, set the code below up.
[lua]…
iphone =
{
plist =
{
UIPrerenderedIcon = true, – set to false for “shine” overlay
},
},[/lua]
Hope that helps!
Cheers,
Rodrigo. [import]uid: 89165 topic_id: 20007 reply_id: 78032[/import]
Great, thank you! [import]uid: 109677 topic_id: 20007 reply_id: 78033[/import]
You welcome. 
Cheers,
[import]uid: 89165 topic_id: 20007 reply_id: 78034[/import]