App running on iPad while its iPhone-Only

后端 未结 4 1409
青春惊慌失措
青春惊慌失措 2020-12-09 20:59

I made an iPhone App with Xcode. The devices setting is set to \"iPhone\". But in iTunes Connect it is rejected because it doesn\'t run on the iPad.

That is weird be

4条回答
  •  庸人自扰
    2020-12-09 21:28

    Thanks all, I Found the problem/solution:

    In my info.plist there was an extra row called supported interface orientations(iPad) where the portrait mode was added.

    I have no idea how this got added here but when I removed it, the problem was solved.

提交回复
热议问题