views:

83

answers:

1

Hi guys - 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

+2  A: 

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 :)

GameBit
done that - thanks! I also now have a bunch of "if IPAD"... type of queries.
Matt Facer