Hi. Im trying to figure out how to have my app icon show when i test my app on my device. My icon names are “Icon.png” and “Icon-72.png” and my build.settings are… But its still not working
[lua]-- Supported values for orientation:
– portrait, portraitUpsideDown, landscapeLeft, landscapeRight
settings = {
orientation = {
default = “landscapeRight”,
supported = { “landscapeRight”, }
},
iphone = {
plist = {
UIStatusBarHidden = false,
UIPrerenderedIcon = true, – set to false for “shine” overlay
UIApplicationExitsOnSuspend = true,
}
},
–Icon
CFBundleIconFile = “Icon.png”,
CFBundleIconFiles = {
“Icon.png” ,
“Icon-72.png”
},
–[[ For Android:
androidPermissions = {
“android.permission.INTERNET”,
},
]]–
}
[import]uid: 132369 topic_id: 29386 reply_id: 329386[/import]
[import]uid: 52491 topic_id: 29386 reply_id: 118184[/import]