I have created a universal app for 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. The application has same interface and same features no difference at all.
我为iPhone和iPad创建了一个通用应用程序。我在这里感到困惑。我需要为iPhone和iPad创建单个.ipa文件,或者需要创建两个单独的文件。该应用程序具有相同的界面和相同的功能没有任何区别。
Also if I upload a single .ipa file on Apple App Store. Then what are the required steps to make it sure that the application will be available for both iPhone & iPad on Apple App Store. (like managing the screenshots etc).
此外,如果我在Apple App Store上传一个.ipa文件。然后,确保Apple App Store上的iPhone和iPad都可以使用该应用程序所需的步骤是什么。 (比如管理屏幕截图等)。
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
2 个解决方案
#1
4
If you have created a single universal app then you only need to upload one 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.
如果您已经创建了一个通用应用程序,那么您只需要上传一个ipa。如果您希望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 /故事板,您支持的每个设备的正确图像,以及适用于iPad和iPhone的iTunes Connect中的正确屏幕截图。
#2
2
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. 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. You will have to supply different images for iPad and iPhone version.
我对相同的界面感到困惑,如果你的意思相同,那么你的应用程序将被拒绝或列为iPhone应用程序。当您在info.plist中将应用类型更改为通用时,您不必执行任何特殊操作,只需创建一个IPA并上传即可。您将不得不为iPad和iPhone版本提供不同的图像。
It will be automatically detected as universal app.
它将自动检测为通用应用程序。
#1
4
If you have created a single universal app then you only need to upload one 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.
如果您已经创建了一个通用应用程序,那么您只需要上传一个ipa。如果您希望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 /故事板,您支持的每个设备的正确图像,以及适用于iPad和iPhone的iTunes Connect中的正确屏幕截图。
#2
2
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. 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. You will have to supply different images for iPad and iPhone version.
我对相同的界面感到困惑,如果你的意思相同,那么你的应用程序将被拒绝或列为iPhone应用程序。当您在info.plist中将应用类型更改为通用时,您不必执行任何特殊操作,只需创建一个IPA并上传即可。您将不得不为iPad和iPhone版本提供不同的图像。
It will be automatically detected as universal app.
它将自动检测为通用应用程序。