I'm using cocos2d-iphone-0.99.5-beta to play with the autorotation but I've just noticed I don't get multitouch anymore. I've used the new template as a base but I only get a single touch at a time. First thing I tried in the appDelegate was;
viewController.view.multipleTouchEnabled = YES;
and
[viewController.view setMultipleTouchEnabled:YES];
before opening up ccDirector.m and setting;
[openGLView_ setMultipleTouchEnabled:YES];
I had very little sleep last night so please point me in the right direction if I'm being a lemon :)