I am having a weird problem. I need my app to run in only landscape mode so in build.settings I specified only Landscape left and right. But problem came when I test my app on iPhone. I need device camera for taking picture, but camera is not opening in iPhone and some error on console regarding supported orientation appears. If I add portrait orientation to supported ones, camera opens without any problem.
All works fine for iPad and no such exception in landScape mode too.
I am working with build “2012.971”.
Can someone suggest what I need to work my app on iPhone also.
Thanks in advance.