Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have a working iPad app which I now need to make work on iPhone. I've been reading around a fair bit on this, but haven't found a good answer. On this site, I saw some discussion... but again, no definite answers.

Does anyone know of any tutorials? I have captured in my code whether it's an ipad or not - so it's all ready - I just need to actually get it on my iphone to test!

Thanks for any info

share|improve this question

2 Answers

up vote 10 down vote accepted

actualy you just have to change TARGETED_DEVICE_FAMILY in project settings to run app on bouth devices. Everything else is just alot of if's :)

share|improve this answer
1  
done that - thanks! I also now have a bunch of "if IPAD"... type of queries. – Matt Facer Sep 23 '10 at 19:52

Maybe you should take a look at this article Converting iPhone apps to universal

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.