Xamarin iPad simulator for iPhone app

My app was rejected by Apple for not looking okay on the iPad. It is an iPhone app, but they require it to run on the iPad as well. I am using Visual Studio for developing the app.

The problem is that I don't have a recent iPad for testing so I want to test in the simulator. However, if I want to select the deployment target, the iPad devices are listed as unsupported. The only way I can run it on the iPad is if I change the iOS Application Target to Universal, but then it doesn't scale as an iPhone app anymore. I can't change the Device in the Simulator on the Mac after the app has been deployed because that will just start an instance of the iPad which is totally seperate from the iPhone simulator.

Couldn't find anything here or in the forums at Xamarin. So I'm kind of stuck here.


It is not possible to test this scenario on the simulator. This is the same in Xcode as it will not allow you to select the iPad simulators when the app is only built for iPhone. Xamarin Studio / Xamarin.VisualStudio matches this behaviour, so this is not a bug.

You might be able to install the app manually to the iPad simulator - take a look at this answer for an example: https://stackoverflow.com/a/28387749/451678

链接地址: http://www.djcxy.com/p/81062.html

上一篇: iOS模拟器,通过命令行录制视频和音频?

下一篇: 适用于iPhone的Xamarin iPad模拟器