Default screen not displaying Default@2.png on iPhone4

I have 3 “Default” images as follows:

Default.png (384 x 512)
Default@2.png (640 x 960)
Default-Portrait (768 x 1024)

I have just realised that on the iPhone 4 it is displaying the the 384 x 512 image.

I was under the impression that the following settings in my config file would force it to display the correct Default image.

  
application =  
{  
content =   
{  
width = 320,  
height = 480,   
scale = "letterbox",  
  
imageSuffix =   
{  
 ["@2"] = 2,  
},  
  
},  
}  
  

Any ideas why it is not displaying the correct image?

Interestingly if I change the scale settings to “zoomEvent”, it displays the correct image. However this then messes up all my iPad size images when testing in the iPad simulator [import]uid: 7863 topic_id: 7051 reply_id: 307051[/import]

I believe the Default.png is handled through iOS and therefore needs to follow the Apple suffix standards of @2x… give Default@2x.png a try and it should work! [import]uid: 10267 topic_id: 7051 reply_id: 24688[/import]

Nice one - thanks a lot. I wasn’t aware it was supposed to be @2x

Thanks

Paul [import]uid: 7863 topic_id: 7051 reply_id: 24691[/import]

Does this work in the Simulator for you for iPhone 4? [import]uid: 9371 topic_id: 7051 reply_id: 25919[/import]

@dweezil

Yes it appears to work correctly in the Simulator for iPhone, iPhone4 and iPad as far as I can see. [import]uid: 7863 topic_id: 7051 reply_id: 25921[/import]

Simulator was screwy - rebooted all ok - doh! [import]uid: 9371 topic_id: 7051 reply_id: 25924[/import]