SDK version used in development

Discussion in 'Public Game Developers Forum' started by bigbearstudios, Oct 16, 2009.

  1. bigbearstudios

    bigbearstudios Well-Known Member

    Oct 9, 2009
    67
    0
    0
    Games Developers
    Middlesbrough
    What SDK version is everyone using to develop for the iPhone and iPod touch?

    We have just upgraded to 3.1 and now we can only build for os versions 3.1 and 3.0 which is starting to cause alot of people to complain. Is there anyway we can continue to support the 2.5 OS or is this now not an option.
     
  2. PixelthisMike

    PixelthisMike Well-Known Member

    Supporting the 2.5 OS will be difficult since it doesn't exist :p

    If you are wanting to support the 2.2.1 OS however change the base SDK in your project settings to iPhone Device 2.2.1 and this should give you access to the earlier SDK :)
     
  3. bigbearstudios

    bigbearstudios Well-Known Member

    Oct 9, 2009
    67
    0
    0
    Games Developers
    Middlesbrough
    Lol i was just guessing with the 2.5 part.
    Ill give ago at changing the os number tomorrow, what do most other developers release there games for?
     
  4. PixelthisMike

    PixelthisMike Well-Known Member

  5. Pheebau

    Pheebau Well-Known Member

    ...which you may still be able to run on 2.2.1 by doing dynamic binding at runtime (e.g. MFMailComposeViewController) for some of the 3.0 capabilities ;)

    http://21gingerman.wordpress.com/2009/07/02/how-to-use-iphone-3-0-features-and-still-run-on-2-2/
     

Share This Page