I have an app with retina display support.
As far as i know, on iPad, if you load the app in 1x it will use the high res graphics.
Now... in my Cocos2d app when i do that i get a totally black screen (fps is not even appearing)
I get the following message: "WARNING: calling setContentScaleFactor on iOS < 4. Using fallback mechanism" when i call [director setContentScaleFactor:2];
I am using the latest SDK with cocos2d 0.99.5
Any ideas?