Multitouch Missing On iPad

My iPad application will respond to multitouch events when using the Unity Remote App. When I do the release build, the touch count will never go higher than 1. Any thoughts as to why this happens?

Using: Unity 3b4 & Unity 3b5

Note: Multitouch has worked before. I just have no idea why it would stop working.

Solved.

Issue was with a UIView that overlaid the unity view. The view was passing through single touch events but not multi-touch events. Have not researched why that is though.