Hi,
Ive converted my unity iphone app for the ipad, is there any thing I should know before submitting it for approval?
Hi,
Ive converted my unity iphone app for the ipad, is there any thing I should know before submitting it for approval?
On the iPhone their orientation requirements were not very strict. On the iPad, however, they suggest that you support all orientations. They REQUIRE that you support at minimum both of the native app orientations (i.e. if your app runs in landscape mode you must support both landscape orientations).
Ok, so basically my game is a landscape game, so when the user flips the ipad the game also needs to flip.
How can I do this in unity?
Thanks
The iPhoneInput.orientation property will tell you the current orientation of the device.