1

I am planning to do a app which works on 3.1 and launches on 3gs as well. Please let me know how will it be displayed when launched at iTunes connect ? will it be like works on 3.1 and above and will get installed on iphone 3.1, 3.1.2, 3gs and 4.0.1 or just works on 3.1 alone. Please enlighten me what has to be done for working on all the 4 version devices.

4

2 回答 2

3

看来您需要阅读一些有关 Base SDK 和 Target SDK 的信息。这可能有点混乱,你的权利。有一篇非常好的文章:使用 iOS4 SDK 开发 iPhone 应用程序,部署到 3.x 设备

制作一个可以在您想要的所有设备上运行的应用程序应该没有问题。我希望它有所帮助。

于 2010-07-20T16:12:54.443 回答
2

只要没有弃用任何内容,它就应该是向前兼容的。

我通常将我的基础 SDK 设置为 4.0 并针对 3.0 构建,因此它可以在 3.0 及更高版本上运行。

于 2010-07-20T16:09:29.420 回答