Universal apps for ios 4.0?

Discussion in 'Public Game Developers Forum' started by chickdigger802, Jun 21, 2010.

  1. chickdigger802

    chickdigger802 Well-Known Member

    Apr 14, 2009
    1,224
    0
    0
    Atlanta GA
    Out of curiosity, if you update your apps with some of the new stuff from ios4. Will it not work on ipad?

    Even more general, will ios4 iphone apps work in 'emulator mode' on ipad?
     
  2. lukeca

    lukeca Well-Known Member

    Jul 22, 2009
    317
    0
    0
    Well it depends how you code your app, you can still compile against 4.0 but set your app's target to 3.2. Then it will still run on iPad, you just need to do checks in your code to make sure you don't try to run something on the iPad that isn't available since it's not running 4.0 yet and you have to weak link any 4.0 frameworks that are included in your app.
     

Share This Page