iOS开发,我们真的需要iPhone/iPod/iPad吗?
为了将我们的应用程序提交到苹果商店, 我们只需订阅花费 99 美元的 iOS 开发者计划吗? 或者我们也需要 iPhone 或 iPod touch 等 iOS 设备?
我阅读了 Book Phonegap 初学者指南,我们需要注册 iOS 设备以获得 iOS 配置文件。
我有 mac mini,我想我买得起 iOS Developer, 但是有没有什么办法可以在不使用 iOS 配置文件的情况下获取 iOS 配置文件 购买 iPhone 还是 iPod?
in order our apps to be submitted to apple store,
do we only need subscription to iOS developer program that cost $99,
or we need iOS device such as iPhone or iPod touch too?
I read from Book Phonegap Beginner Guide, we need to register
iOS device in order to get iOS provisioning profile.
I have mac mini with me, and I think i can afford to buy iOS Developer,
but is there any work around to get iOS provisioning profile without
buying iPhone or iPod?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
开发者工具中有一个模拟器,你可以使用它。但仍然没有什么比真实的东西更好。
There is an simulator in the developer tools, you can use that. But still nothing beats the real thing though.
您可以在没有任何硬件的情况下仅使用模拟器来完成早期开发阶段。
但至少要有一个 iPod Touch。如果你打算花时间在上面,那么花 300 美元购买 iPod Touch 是值得的。
与 Android 不同,iOS 模拟器实际上比实际设备快得多 - 并且不会准确反映设备上的性能 - 更不用说让您了解应用程序的实际可用性。您还会错过其他一些复杂的事情 - 例如测试非标准多点触控手势 - 或推送通知测试 - 或陀螺仪/指南针/加速计/GPS 使用。虽然其中一些功能可以在模拟器上进行模拟,但它与真实的东西并不相同。
You could possibly do your early stages of development without any hardware and only use the simulator.
But get an iPod Touch, at least. If you're going to spend your time on it, it better be worth the $300 for an iPod Touch.
Unlike Android, the iOS simulator is actually much faster than the actual device - and won't accurately reflect the performance on the device - let alone give you a sense of your app's actual usability. There are other intricacies you'll miss out on as well - like testing non-standard multi-touch gestures - or push notification testing - or gyro / compass / accelerometer / gps use. While some of those features can be simulated on the simulator - it's not the same as the real thing.
您可以仅使用模拟器创建和提交应用程序,但是否可以通过这种方式对其进行足够的测试值得怀疑。
您需要配置配置文件来在设备上进行测试,但如果您没有配置配置文件,则也不需要它。
You can create and submit apps with only the simulator, but it is doubtful if you can test it enough that way.
You need the provisioning profile to test on the devices, but if you do not have one, you would not need that, either.