Hello,
I had pain a while back with losing focus after game centre dialogs on cocos.
This thread -
http://www.cocos2d-iphone.org/forum/topic/9450
Gave a solution of -
[rootViewController dismissModalViewControllerAnimated:YES];
[rootViewController.view removeFromSuperview];
[rootViewController release];
This works a treat on my iPad V1. But on my iPod is doesn't.
Both running my same app, both running 4.3.5(8L1).
Anyone got any ideas why they should be different?
In the land of confusion,
MB