-2

I use only portrait mode for my App. Its working fine for iPhone. But on iPad there is also the landscape mode. But I also want only Portrait mode for iPad. What should I do? enter image description here

  • https://stackoverflow.com/questions/33590272/how-do-i-disable-landscape-orientation-on-an-ipad-app check this, there are basically two different params in your .plist file for iPhone & iPad – Vitalii Shvetsov Sep 24 '20 at 12:09
  • Does this answer your question? [iPad orientation portrait only](https://stackoverflow.com/questions/15405023/ipad-orientation-portrait-only) – Magnas Sep 24 '20 at 12:12

1 Answers1

3

open your plist file like a source code

enter image description here

Delete in this 3 lines

enter image description here

Fabio
  • 5,432
  • 4
  • 22
  • 24