I have the iphone sdk 3.2 installed. Is it possible to submit a new version of my app using this sdk?
If not what is the solution?
is it possible to switch back to 3.1?
I am confused. I installed the last sdk 3.2 on my mac.
but i can still see 3.1.2 and 3.1, and 3.0 in the list of sdks So is it safe to simply select the active sdk to 3.1.2, build the app and submit it?
Or do i need to download, and install the file for 3.1.2?
1 more question, if i buld the app using 3.1.2 does it mean that people who still don't have the 3.1.2 installed on their devices cannot install the app?
I am confused. I installed the last sdk 3.2 on my mac.
but i can still see 3.1.2 and 3.1, and 3.0 in the list of sdks So is it safe to simply select the active sdk to 3.1.2, build the app and submit it?
Or do i need to download, and install the file for 3.1.2?
1 more question, if i buld the app using 3.1.2 does it mean that people who still don't have the 3.1.2 installed on their devices cannot install the app?
Thanks
Download SDK 3.1.3 and build with that.
Submitting with beta 3.2 is just a bad idea all around. It's not only Beta software, but is also under a NDA. Sure, you might be able to pull it off and get an app through with it, but if there's an issue, it's time wasted, and potentially bad press for your apps if there's an issue once it's in the app store.
The SDK you build as is the lowest OS required.
If you build with 3.0, then users must have at least 3.0 software.
If you build to 3.1.2, they have to have 3.1.2 at the minimum.
IMO, you'd be best off to build for 3.0 with SDK 3.1.3.
Thanks for the quick reply.
So i am downloading 3.1.3 now.
But how do i remove the 3.2 before installing 3.1.3?
Some people suggested to install 3.1.3 in a separate folder, but then how can i set the xcode to use that sdk, or how can switch between the sdks?
How can i make sure that the build is using the right sdk?