iphone 和 的通用应用程序目标ipad - 2 应用程序错误
如果您能帮我做点什么,我真的很感激。我搜索了每个网站和苹果文档,但找不到以下问题的答案:
我升级了一个 iphone 应用程序,目的是为 iphone 和 ipad 提供 1 个通用“目标”。问题是我有 2 个产品。即 Perk.app 和 Perk-Upgraded.app
我如何将它们组合为 1 或者我可以添加一个新的产品应用程序来区分设备(我可以做这一部分),然后启动相关的 iphone 或 ipad 产品? (这是我不能做的部分)。
我已经看这个好几个月了……相信我,我正在拔掉我的头发。
任何帮助将不胜感激。
谢谢 瓦扎科
Really would appreciate it if you can help me with something. I have searched every websites and apple documentation but cannot find an answer for the following issue I have:
I have upgraded an iphone app with the intention of having 1 universal 'target' for the iphone and ipad. The problem is that I have 2 products. i.e. Perk.app and Perk-Upgraded.app
How can I combine these to 1 or can I add a new product app that will differentiate the device (I can do that part) and then launch the relevant iphone or ipad product? (this is the part I cant do).
I have been looking at this for months... believe me im pulling my hair out.
Any help would be much appreciated.
Thanks
Wazacko
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
实际上,您不可能拥有两个不同的应用程序,然后启动相应的一个。如果我理解正确的话,您真正需要的是能够根据设备调整布局。为此,我使用了此处的指南: http://www.devx.com/wireless/Article/ 44472
这对我帮助很大。
You cannot actually have two distinct apps and then launch the appropriate one. If I understand you correctly what you actually need is to be able to adapt your layout according to the device. For this purpose I used the guide here: http://www.devx.com/wireless/Article/44472
It helped me a lot.