一、
ERROR ITMS-90096: “Your binary is not optimized for iPhone 5 - New iPhone apps and app updates submitted must support the 4-inch display on iPhone 5 and must include a launch image referenced in the Info.plist under UILaunchImages with a UILaunchImageSize value set to {320, 568}. Launch images must be PNG files and located at the top-level of your bundle, or provided within each .lproj folder if you localize your launch images. Learn more about iPhone 5 support and app launch images by reviewing the ‘iOS Human Interface Guidelines’ at https://developer.apple.com/ios/human-interface-guidelines/graphics/launch-screen.”
ERROR ITMS-90096: “Your binary is not optimized for iPhone 5 - New iPhone apps and app updates submitted must support the 4-inch display on iPhone 5 and must include a launch image referenced in the Info.plist under UILaunchImages with a UILaunchImageSize value set to {320, 568}. Launch images must be PNG files and located at the top-level of your bundle, or provided within each .lproj folder if you localize your launch images. Learn more about iPhone 5 support and app launch images by reviewing the ‘iOS Human Interface Guidelines’ at https://developer.apple.com/ios/human-interface-guidelines/graphics/launch-screen.

解决办法:

第一步、把Launch Screen File清空 然后使用Launch Screen Source 在Launch里面加
640*960 (4/4s) 2X位置

640*1136 (5/5s/5c) R4位置

750*1334 (6) R4.7位置

1242*2208 (6 plus) R5.5位置

第二步、info.plist加入图片中的字段

<key>UILaunchImages</key><array><dict><key>UILaunchImageName</key><string>Default-568</string><key>UILaunchImageSize</key><string>{320,568}</string></dict></array>

,把一张命名为Default-568.png Default-568@2x.png的图片放工程目录下就可以了。

图片:

二、

  1. 1.1 BUSINESS: PAYMENTS - IN-APP PURCHASE

Business - 3.1.1

We noticed that your app enables the purchase of content, services, or functionality in the app by means other than the in-app purchase API, which is not allowed on the App Store.

Specifically, your app enables points or intermediate currencies to purchase video courses without using the in-app purchase API. Additionally, please note that the cost of the points or the intermediate currency to purchase video coureses cannot be included in the purchase price of the app.

Next Steps

While the payment system that you have included may conduct the transaction outside of the app, if the purchasable content, functionality, or services are intended to be used in the app, they must be purchased through IAP, within the app - unless it is of the type referenced in guideline 3.1.3 of the App Store Review Guidelines.

In-App Purchase

It may be appropriate to revise your app to use the in-app purchase API to provide content purchasing functionality.

In-app purchase provides several benefits, including:

  • The flexibility to support a variety of business models.

  • Impacting your app ranking by consolidating your sales to one app rather than distributing them across multiple apps.

  • An effective marketing vehicle to drive additional sales of new content.

For information on in-app purchase, please refer to the following documentation:

In-App Purchase for Developers

In-App Purchase Programming Guide

For step-by-step instructions on in-app purchase creation within iTunes Connect, refer to In-App Purchase for Developers.

以上大概意思是说不符合苹果的3.1.1审核标准;

下面是审核标准内容:

3.1.1 应用内付费:如果你希望通过付费才可以解锁你的应用当中的一些功能(例如,订阅内容,游戏货币,游戏关卡,获取优质内容,解锁完整版本),你必须使用应用内付费(IAP)。应用程序不允许包括按钮、链接或者其他调用方式和行为指导用户采用非IAP的方式付费。通过IAP购买的游戏内的虚拟货币或积分必须只能在这个应用内才可以消费,不能过期,你应该确保你的应用针对具有可恢复的应用内付费具有恢复应用内付费的购买状态的功能和机制。如果你的应用内付费的付费类型不正确,你的应用会被拒绝。应用不可以直接或间接使用应用内付费的内容和功能向其他用户赠送礼品。在Mac应用商店发布的APP需要使用其他机制或者包含一个插件而不是应用商店本身来完成这样的赠送功能。

解决:
向苹果发送邮件
感谢您审阅我们的应用程序。虽然在我们的应用程序中的付款功能审计过程中可能会有一个错误的理解。

原因为公司提供礼品发送服务,在线报名中的内容会涉及到支付相关费用,但这并不是应用内购买虚拟商品,是在我们应用内报名购买后到相关地点领取礼品,礼品购买只要付款成功就会有相关人员通过快递邮递到购买者手中,后期我们会有快递信息的明确提供请放心,是为了我的用户能够更好的获得想要的服务而设立的.借此一下是我们的相关页面流程证明:

wodetushu.png
goumia.png

app提交App Store 报错相关推荐

  1. 关于LookupError: No installed app with label ‘admin‘.报错的解决

    LookupError: No installed app with label 'admin'. 报错原因:在INSTALLED_APPS中没有找到admin应用 我的项目目录 解决:需要将apps ...

  2. 【2014最新】iOS App 提交上架store 详细流程

    [2014最新]iOS App 提交上架store 详细流程 一.证书的导出 1.1.前期工作 首先你需要有一个苹果的开发者帐号,一个Mac系统. 如果没有帐号可以在打开http://develope ...

  3. git在提交的时候报错:Your branch is up to date with ‘origin/master‘

    欢迎大家关注笔者,你的关注是我持续更博的最大动力 原创文章,转载告知,盗版必究 git在提交的时候报错:Your branch is up to date with 'origin/master' 文 ...

  4. 解决MySQL事务未提交导致死锁报错 避免死锁的方法

    版权声明:本文为博主原创文章,遵循 CC 4.0 by-sa 版权协议,转载请附上原文出处链接和本声明. 本文链接:https://blog.csdn.net/xuheng8600/article/d ...

  5. Django提交表单报错:CSRF token missing or incorrect.

    1.在Django提交表单时报错:Django提交表单报错: CSRF token missing or incorrect 具体报错页面如下: 2.有道词典翻译后如下: 通常,当存在真正的跨站点请求 ...

  6. git提交大文件报错解决方案

    git提交大文件报错解决方案 1.http.postBuffer 2.Git LFS 安装及配置git lfs 1.在Git仓库中为仓库设置相关配置 2.选择要用LFS追踪的文件 3.查看正在被LFS ...

  7. flash AIR开发的IOS app上传APP Store报错:ERROR ITMS-90086:missing 64-bit support.

    在一次上传APP到  App Store的时候,突然遇到里这个问题,通过网络搜索发现相关的连接很多,所描述主要是XCODE中的设置问题,但是我们是用flash AIR 开发的,除了ANE扩展之外,没有 ...

  8. API `chooseFile` is not yet implemented,APP上传文件报错--uniapp

    问题描述:uniapp打包APP,点击上传文件按钮,控台报错:API `chooseFile` is not yet implemented 无法调起选择文件 使用组件名:uni-file-picke ...

  9. 微信小程序app.ts全局变量出现报错?

    最近项目开始写小程序版的了-好久不动过小程序还是有一点点小小生疏了,不过问题不大-很快就可以熟悉,以前在小程序做全局遍历还没发现该问题,如图: 纳尼? 各种百度都查不到原因,不过有一篇文章说约束一下就 ...

  10. 小程序app.json: app.json 未找到报错解决记录

    在调试腾讯云的产品过程中遇到了这个问题,查了一通发现很多所谓的解决方法都不在根本上,特此记录下 首先,小程序必须要有app.json app.js app.wxss这三个主体,并且要放在根目录中, 在 ...

最新文章

  1. 跳出数据计算拯救人工智能之自然法则
  2. SQL Server中DateTime格式转换
  3. uwsgi 参数解释
  4. 用Opengl实现骨骼系统
  5. SAP 电商云 Spartacus UI 页面布局的设计原理
  6. 【 POJ - 3628 】Bookshelf 2(dfs 或 dp,0-1背包)
  7. 设计模式之Builder (创建者模式)的一些个人理解(转)
  8. 产生10个1-100的随机数,并放到一个数组中, 把数组中大于等于10的数字放到一个list集合中,并打印到控制台。
  9. jdk1.7安装过程
  10. 线程安全的HashMap,TreeMap,ArrayList,TreeSet,Set
  11. 理解sklearn.feature.text中的CountVectorizer和TfidfVectorizer
  12. android仿新浪引导界面
  13. SQL Server 2012内存
  14. Insyde uefi 隐藏设置_UEFI+GPT安装Windows10
  15. PlayStation@4功能介绍及测试应用
  16. 学习方法-北大学霸(02)初级技能
  17. 2016计算机cpu,CPU怎么看性能?CPU天梯图2016最新版 (全文)
  18. 蒸汽式粉条机发展和销售乱象
  19. 年底大标季来袭,一步之遥2.0投标培训班助你实力升级!
  20. 当 input 属性为 number,设置maxlength属性不生效的坑

热门文章

  1. python 生信分析_安利一款生信分析神器:Biopython之分析环境搭建
  2. linux sd卡中文件多时读写,数据存储与访问之——文件存储读写
  3. MySql二进制文件解析系统
  4. Docker安装mysql8.0
  5. WIN32和WINCE位图方面API的区别
  6. 【代价函数】MSE:均方误差(L2 loss)
  7. eoj2973 java
  8. Ubuntu系统忘记密码怎么办(进阶处理)
  9. vue-admin-template 把默认英文版改回中文
  10. 成长之路:Docker(三)使用