system.getInfo( "model" )

Hi!

since i have updated to Xcode 4.3.1 and the new corona build that supports retina iPads for some reason
[lua]if system.getInfo( “model” ) == “iPad” then[/lua]

doesn’t work.

Any ideas why/how to fix it?

I sure it has something to do with the new iPad [import]uid: 130035 topic_id: 23609 reply_id: 323609[/import]

I’m not certain what iPad returns currently but I know with iPhone you’re looking for “iPhone1,2” or the like.

Do you have an iPad handy to use print(system.getInfo(“model”)) and see what is returned? [import]uid: 52491 topic_id: 23609 reply_id: 94710[/import]