App made with 3.0 sdk

I’ve build my unity iphone app with player settings for fw 3.0. Can I submit it to Appstore, or it will be rejected, because it must be compiled for 4.0 >
If so, I think I must download 4.0.2 SDK and compile it directly in XCode to 4.0 > ?? But than I will need to have 4.0 > in my 3G…is this correct?

Now I don’t want to have 4.0 in my 3G, and don’t want to instal new SDK… just want to release my Unity app (for fw 3.0) and I’m affraid of appstore recejtion. What do you know about it?

Sorry for my english…

Thx

You have to use SDK 4 but can still target 3.x devices. I hope this helps.

You don’t need to upgrade your iPhone 3G to iOS 4. As long as it is at least iOS 3.0 then you are OK.

But as earl said, you will need the 4.0.2 SDK. If you have the Unity 3 beta, open the Player settings and set the SDK Version to iPhone 4.0 and the Target iOS Version to iPhone 3.0. Sorry, but someone else will have to tell you how to set these if you are still on 1.7.

If you’re still on 1.7, then you will have to change the settings in Xcode after you build your unity project. Ask again here if you still need help.

Understand…thank you!!