what method can i use instead setDeviceOrientation method in v2.0?

i implemented mixed screen orientation application.
so i need setDeviceOrientation method.
i can’t find migration note about this method.
why deprecated setDeviceOrientation method?
can i use other method have exactly same function?

Hi,kim!I have met this problem,too.
I found a function setOrientation(kOrientationLandscapeLeft) in CCApplication,But It couldn’t instead of setDeviceOrientation.
If u find a solution,please tell me
kylie kim wrote:

i implemented mixed screen orientation application.
so i need setDeviceOrientation method.
i can’t find migration note about this method.
why deprecated setDeviceOrientation method?
can i use other method have exactly same function?