好久沒(méi)打包提交App Store了、最近提交碰上被拒也是學(xué)習(xí)到了;
We noticed that your app did not run or display as expected when viewed on iPad running iOS 11.4. Please see attached screenshots for details.
Next Steps
To resolve this issue, please revise your app to ensure it runs as expected and displays properly at iPhone resolution on iPad. Even if your app was developed specifically for iPhone, users should still be able to use your app on iPad.

屏幕快照 2018-07-05 上午12.22.08.png
有道詞典翻譯:我們注意到,你的應(yīng)用程序在運(yùn)行iOS 11.4的iPad上運(yùn)行或顯示時(shí)沒(méi)有像預(yù)期的那樣。詳情請(qǐng)見(jiàn)附件截圖。
為了解決這個(gè)問(wèn)題,請(qǐng)修改您的應(yīng)用程序,確保它按照預(yù)期運(yùn)行,并在iPad的iPhone分辨率上正確顯示。即使你的應(yīng)用是專為iPhone開(kāi)發(fā)的,用戶仍然可以在iPad上使用你的應(yīng)用程序。
原因是現(xiàn)在AppStore審核都用iPad審核了,所以要設(shè)置ipad為只支持豎屏就ok了;
- 在info.plist文件中有這兩個(gè)屬性:
- Supported interface orientations;
- Supported interface orientations (iPad)
不支持橫屏,只設(shè)置一個(gè)item,Portrait (bottom home button)

屏幕快照 2018-07-05 上午12.38.31.png