How to disable iPad support?

2019-09-05 23:37发布

问题:

How to disable iPad support for Xamarin.iOS application?

I have iPhone/iPod selected in my Info.plist:

And here is the source:

However, I am still able to run it on iPad Air simulator and my app got rejected because it didn't work well on iPad (it isn't supposed to, though).

What could be the issue?

Please ask me to add any information needed.

回答1:

You can't fully disable iPad support because every iPhone app will also compatible with 3.5 Inch or iPhone 4/4S support screen resolution means your app run on iPad with iPhone resolution. So if your app is not supported 3.5 Inch then it will reject by Apple. Check This link https://stackoverflow.com/a/28593581/6655153