将 ipad 应用程序转换为在 iPhone 上运行(通用应用程序)
我有一个可以运行的 iPad 应用程序,现在需要在 iPhone 上运行它。我已经阅读了相当多的内容,但还没有找到一个好的答案。在这个网站上,我看到了一些讨论......但同样没有明确的答案。
有谁知道有什么教程吗?我已经在我的代码中捕获了它是否是 ipad - 所以一切都准备好了 - 我只需要在我的 iphone 上实际测试它即可!
感谢您提供任何信息
I have a working iPad app which I now need to make work on iPhone. I've been reading around a fair bit on this, but haven't found a good answer. On this site, I saw some discussion... but again, no definite answers.
Does anyone know of any tutorials? I have captured in my code whether it's an ipad or not - so it's all ready - I just need to actually get it on my iphone to test!
Thanks for any info
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
实际上,您只需在项目设置中更改 TARGETED_DEVICE_FAMILY 即可在两台设备上运行应用程序。其他一切都只是很多“如果”:)
actualy you just have to change TARGETED_DEVICE_FAMILY in project settings to run app on bouth devices. Everything else is just alot of if's :)