How do you enable iOS splash image auto rotation?

How do you enable auto rotation for your splash image in Unity 3.5.3f3 for iOS (pro)? My game is only designed to function in landscape right or left and so I have the default orientation set to auto rotation with landscape right and left checked for allowed orientations. Everything works fine in the actual game however during the splash image it starts in one landscape orientation and will not auto rotate. It won’t even rotate to start in the orientation you’re holding the device in let alone auto-rotating after it has started.

I tried this: http://forum.unity3d.com/threads/137...r.mm-for-3.5.2 but I got a bunch of linker errors so I suspect the fix may not be compatible with 3.5.3f3.

It doesn’t work. I’ve logged the bug, but UT’s efforts haven’t been fruitful yet.

Thanks for the quick reply! I’m glad to know I’m not the only one experiencing this problem. Have you tried replacing the splash image with a black image and reducing the duration of the display in the xcode project, then putting your own splash screen in once the game is loaded, and still have this approved by the appstore? Or are you planning to wait until the bug is resolved?