简体   繁体   English

我想在itunes connect中将我的通用应用程序更新为仅限iPad的应用程序。但在提交二进制文件时,我遇到了以下错误

[英]I want to update my universal app to iPad only app in itunes connect. But while submitting binary i am getting following error

在此输入图像描述

But when i added my device target as universal. 但是当我将我的设备目标添加为通用时。 then binary of app is validated successfully. 然后成功验证应用程序的二进制。 Please let me know if you have any solution. 如果您有任何解决方案,请告诉我。 Really needfull. 真的很需要。

This is not possible. 这是不可能的。 If you published your app with iPhone support once, all later version will need to support the iPhone as well. 如果您使用iPhone支持发布了一次应用程序,则所有更高版本也需要支持iPhone。

For an iPad only app, you will need to publish it as a new app name with a different name and identifier. 对于仅限iPad的应用程序,您需要将其作为具有不同名称和标识符的新应用程序名称发布。 However, as you are probably aware you can lose a lot of users that way. 但是,正如您可能意识到的那样,您可能会失去很多用户。

Also see: 另见:

you need to change two things: 你需要改变两件事:

1) Targeted device family has to be only iPad 1)目标设备系列必须只是iPad

2) Deployment target must be compatible with iPad (at least 4.3 nowadays). 2)部署目标必须与iPad兼容(现在至少为4.3)。

After that I'd say do a Clean, then Build and Analyze to make sure everything is ok. 在那之后,我会说做一个清洁,然后建立和分析,以确保一切正常。

暂无
暂无

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

相关问题 我的应用程序状态在iTunes连接中“准备销售”后,必须更新我的代码。 - Have to Update my code after my App status is 'ready to sale' in iTunes connect. iOS(将通用更改为ipad)我的错误我已经为iphone上传了版本现在我们想要在新版本中此应用仅适用于ipad - IOS (change universal to ipad) my mistake i have upload build for iphone Now we want in new version this app is only for ipad 是否可以在不使用XCode创建新项目的情况下将通用应用程序更改为仅限iPad的应用程序? - Can I change my Universal App to an iPad-only app without creating a new project in XCode? 如果我已经在商店中拥有仅iPad的应用程序,可以在将来的更新中使其通用吗? - If i already have an iPad only app in the store i'm allowed to make it universal in a future update? 将应用程序提交到iTunes连接团队 - Submitting app to iTunes connect in a team iTunes和iPhone上的通用应用程序可见性 - Visibility of Universal app on iTunes for iPhone and iPad 如何使我的应用通用? (3.5英寸,4英寸和iPad) - How do I make my app universal? (3.5“, 4”, and iPad) 将我的应用程序提交到 iTunes Connect 时对 BundleID 和 Prefix 感到困惑 - Confused with BundleID and Prefix when submitting my app to the iTunes Connect 将iPhone应用程序转换为通用应用程序后,我应该只将iPad应用程序从销售中删除还是有更好的步骤? - After converting iPhone app to Universal app, should I only remove iPad app from sale or are there better steps? 我正在尝试通过我的iPhone应用程序与服务器通信时收到SSL错误 - I am getting SSL Error, while trying to communicate with the server through my iphone app
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM