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 ...
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?
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