I need to determine what iPad version my app is running on before setting up an openGl surface.
If it’s running on the old iPad 1, it is way too slow to enable antialiasing, while on iPad 2+3 there should be no performance issues, so I need to detect this first.
Any ideas on how to detect the iPad generation using Monotouch?
Thanks Joachim, your hint led me to the following solution, which I have tested on physical 1 – 3 generation iPads, and it should also be able to detect other Apple devices: