如何开发兼容 iPhone 和 iPod Touch 2.0 及更高版本的应用程序

发布于 2024-08-23 09:00:32 字数 237 浏览 5 评论 0原文

我需要开发一个与 iPhone 和 iPod Touch 2.0 及更高版本兼容的应用程序。 所以我有很多问题。

1)我是否需要处理所有已弃用的方法以及如何处理?

2) 我认为 2.2.1 之前不支持 GPS/相机,那么使用低于它的版本处理此问题的最佳方法是什么?

3)在不同版本的模拟器上测试应用程序可以吗?还是需要在不同版本的实际设备上进行测试?

4)这可以快速开发还是需要大量编码?

I have a requirement of developing an application which will be compatible for iPhone and iPod Touch 2.0 and above.
So I have number of questions.

1) Do I need to take care of all the deprecated methods and how?

2) I think there is no support for GPS/Camera before 2.2.1 so what is the best way to handle this using version below it ?

3) Will testing the application on simulator for different versions be OK or do I need to test on actual devices of different versions?

4) Can this be developed quickly or it involves lot of coding?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

小姐丶请自重 2024-08-30 09:00:32

我无法肯定地回答问题#1,但这里有一些答案:

2)如果不支持某些功能,您通常需要向无法使用该功能的用户隐藏该功能。例如,苹果将拒绝在不支持振动的设备上谈论振动的应用程序。

3)模拟器上的测试不充分。它不一定会揭示您可能看到的问题。您需要在实际设备上进行测试。

4) 任何优秀的 iPhone / iPod 应用程序都需要相当多的时间来正确测试和设计。

I can't answer question #1 with certainty, but here are a few answers:

2) If there is no support for something you generally need to hide the feature from users who can't use it. For instance, Apple will reject apps that talk about vibration on devices that don't support it.

3) Testing on the simulator is inadequate. It will not necessarily reveal problems you may see. You need to test on actual devices.

4) Any good iPhone / iPod app requires a fair amount of time to test and design properly.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文