views:

427

answers:

3

I have added notification observers for UIDeviceOrientationDidChangeNotification in my appDelegate. But it is not getting called when movieplayer is visisble. But works fine with other views.

A: 

i too facing same problem it calls in simulator but not in device...

shivu
A: 

I too have the same problem..I am playing one movie file in the app delegate class (splash video)..but I am not able to rotate the window. After video completes and we reach the RootViewController, from there I am able to rotate the views.

A: 

I am facing this issue on the simulator itself :(