+ Reply to Thread
Results 1 to 2 of 2

Universal applications?

This is a discussion on Universal applications? within the iPhone/iPad Programming Tutorials forums, part of the Programming Section category; I'm a bit confused as to what i'm supposed to set the base SDK as in my universal application since ...

          
   
  1. #1
    Junior Member
    Join Date
    Jun 2010
    Posts
    1

    Default Universal applications?

    I'm a bit confused as to what i'm supposed to set the base SDK as in my universal application since iPhone doesn't run 3.2. Can someone help me out understand this?

  2. #2
    The Man Behind It All Fahad's Avatar
    Join Date
    Jun 2009
    Posts
    789

    Default

    Quote Originally Posted by mguniverse View Post
    I'm a bit confused as to what i'm supposed to set the base SDK as in my universal application since iPhone doesn't run 3.2. Can someone help me out understand this?
    You should always out base sdk as newest public sdk.

    In case of universal apps, you should put base sdk to 3.2 and deployment sdk 3.0+

    Note: deployment sdk shouldn't be less than 3.0 for universal apps

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts