My app needs to know where iPad’s mic is, and the only way I know is to see if it’s running on iPad, or on iPad 2, and act accordingly.
So – how do I check the device model?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To do exactly this, you need:
Taken from here
But as I said above, it’d be better to test for the presence of a Microphone than for the exact model. What if someone is using an iPad 1 with an external microphone?
EDIT: This is the correct method, apologies, Merlin.
Also covered in this stackoverflow question.
Dave