简体   繁体   English

发行通用的iPhone和iPad App

[英]Distribution of universal iPhone & iPad App

I have created a universal app for iPhone & iPad. 我已经为iPhone和iPad创建了通用应用程序。 I have a confusion over here. 我对此感到困惑。 That do I need to create a single .ipa file for both iPhone and iPad or two separate files need to be created. 我需要为iPhone和iPad创建一个.ipa文件,还是需要创建两个单独的文件。 The application has same interface and same features no difference at all. 该应用程序具有相同的界面和相同的功能,完全没有区别。

Also if I upload a single .ipa file on Apple App Store. 另外,如果我在Apple App Store上载了一个.ipa文件。 Then what are the required steps to make it sure that the application will be available for both iPhone & iPad on Apple App Store. 然后,需要执行哪些步骤来确保该应用程序可在Apple App Store上同时用于iPhone和iPad。 (like managing the screenshots etc). (例如管理屏幕截图等)。

I have searched the internet but not getting an easy answer for this. 我已经搜索了互联网,但没有得到一个简单的答案。

If anyone has any idea then please explain it. 如果有人有任何想法,请解释一下。 There might be alot of people searching for this. 可能会有很多人在搜索。

Thanks 谢谢

If you have created a single universal app then you only need to upload one ipa. 如果您创建了一个通用应用程序,则只需上传一个ipa。 If you wish to have independed iPhone and iPad versions of your app, then you would upload two ipa's with different bundle id's. 如果您希望自己的应用程序具有独立的iPhone和iPad版本,则可以上传两个具有不同包ID的ipa。

However, with uploading a universal app the only additional requirements are that you make sure your app bundle contains properly linked xibs/storyboards for each device, proper imagery for every device you're supporting, and proper screenshots in iTunes Connect for both iPad and iPhone. 但是,上载通用应用程序时,唯一的附加要求是确保应用程序捆绑包中包含每个设备的正确链接的xib /故事板,所支持的每个设备的正确图像以及iTunes Connect(适用于iPad和iPhone)的正确屏幕截图。

I'm confused with the same interface thing, if you mean same views, then your app will either be rejected or listed as iPhone app. 我对相同的界面感到困惑,如果您表示相同的意见,那么您的应用将被拒绝或列为iPhone应用。 When you change the app type to universal in info.plist, you don't have to do anything special, just create a single IPA and upload it. 在info.plist中将应用程序类型更改为通用时,您无需执行任何特殊操作,只需创建一个IPA并上传即可。 You will have to supply different images for iPad and iPhone version. 您将必须为iPad和iPhone版本提供不同的图像。

It will be automatically detected as universal app. 它将被自动检测为通用应用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM