Is there some way of testing the app’s compatibility with different iOS versions without actually owning the devices. Is there a way perhaps I could test my app on the iPhone emulators that come with xCode. Currently it is not giving me that option.
afaik apple tests it on all ios versions you specify. usually it is enough to support the last one since apple users update very early compared to android where everyone has different versions across the board.
But could someone lead me through on what I have to do in order to be able to test on the simulator. xCode does not give me that option as is. And testing hardware performance isn’t what I’m after. I would just like to test my app’s compatibility with different versions of iOS.
Thanks in advance.