iPhone 3.1 能否在 3.2、3gs 和 4.0.1 上运行
我计划制作一个可在 3.1 上运行并在 3gs 上启动的应用程序。请告诉我在 iTunes connect 启动时它将如何显示?它会像在 3.1 及更高版本上运行一样,并且会安装在 iphone 3.1、3.1.2、3gs 和 4.0.1 上,还是仅在 3.1 上运行。请告诉我如何在所有 4 版本设备上工作。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看来您需要阅读一些有关 Base SDK 和 Target SDK 的内容。这可能有点混乱,你的权利。有一篇非常好的文章: 使用 iOS4 SDK 开发 iPhone 应用程序,部署到 3.x 设备
您制作一个在所有设备上运行的应用程序应该没有问题您想要的设备。我希望它有帮助。
It seems you need to read a bit about the Base SDK and Target SDK. It can be a bit confusion, your right. There is a very nice article at: Developing iPhone Apps with iOS4 SDK, Deploying to 3.x Devices
You should have no problem in making an app that runs on all the devices you want. I hope it helps.
只要没有弃用任何内容,它就应该向前兼容。
我通常将基础 SDK 设置为 4.0 并针对 3.0 进行构建,因此它可以在 3.0 及更高版本上运行。
As long as nothing has been deprecated, it should be forward compatible.
I normally set my base SDK to 4.0 and build against 3.0 so it will work on anything 3.0 and above.