如何让我的iOS app不支持iPad

 掉进海中的雨1992 发布于 2022-10-31 20:35

就是提交应用的时候, 不用提交一份iPad的运行截图。只支持iPhone


3 个回答
  • 11、iPhone 应用在 iPad 上不能正常显示

    iPhone程序必须不经修改就能以iPhone分辨率和2倍iPhone 3GS的分辨率在iPad上运行。即使你的App 只为 iPhone 用户提供,在 iPad 上也必须能够正常显示,否则审核会被拒绝。

    附被拒理由原文:

    We noticed that your app did not run at iPhone resolution when reviewed on iPad running iOS 9.1, which is a violation of the App Store Review Guidelines. We’ve attached screenshot(s) for your reference.

    Specifically, the buttons at the bottom of the app are inaccessible when running on iPad.

    Next Steps

    Please revise your app to ensure it runs at iPhone resolution on iPad.

    2022-10-31 23:21 回答
  • 默认就是可以不提交 iPad 截图

    2022-10-31 23:21 回答
  • When you create the project in Xcode, choose "iPhone" as device type. Or you can do this by going through the following steps.

    Select Edit Project settings from Projects .
    Go to build settings.
    Select Targeted Device Family and Choose iPhone.
    That should do it.

    2022-10-31 23:22 回答
撰写答案
今天,你开发时遇到什么问题呢?
立即提问
热门标签
PHP1.CN | 中国最专业的PHP中文社区 | PNG素材下载 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有