2017年10月9日

10月5日 收到如下邮件,今天试了下内购功能,可以正常充值了。

image.png

image.png

2017年9月29日

1.今天审核通过了

不过发现appstore下载还是2.5.9,【头一次碰到,以前itunes显示通过,到appstore就可以下载了】

打电话给中国审核团队,人家的解释是,软件没有问题,目前已经在排队上架过程耐心等待,上架过程有时快有时慢,不过最多等待24小时【如还通过可以电话或邮件联系】,问题编号100307111129

image.png

image.png

2017年9月27日

1.发现内购商品被拒了

解决:重新提交 (商品和新包一起提交)

image.png

image.png

参考:

https://stackoverflow.com/questions/39556422/in-app-purchaise-add-binary

被拒理由:

Guideline 3.1.1 - Business - Payments - In-App Purchase

We have begun the review of your in-app purchases but aren't able to continue because your submitted in-app purchases indicate a change of business model for your app. Therefore, we need to verify the implementation of your submitted in-app purchases in the app to ensure your app, and its in-app purchases, are in compliance with the App Store Review Guidelines.

Next Steps

Please upload a new binary for review and resubmit your in-app purchases with the binary so that we can continue the review.

ps:应该还是苹果的坑

给我们通过了老的商品id,代码早就在提交审核的时候注释掉了【因为被拒怕了,我们本打算提交没有内购的版本】

2017年9月25日

1.按方案二修改,以及多次电话回拨沟通,app终于审核通过上线了。

内购项目商品由于还是正在等待审核状态,线上环境暂时无法充值(先耐心等2天)

image.png

2017年9月20日 第9次被拒

一.以快速上线为原则,做如下修改

方案一:9月21日修改好,最后采用方案二提交

1.发现功能整个移除

2.去除内购相关功能,开发注册相关功能,我的订单

后台以下内容删除

image.png

将内购功能关闭

image.png

web后台图片天替换尺寸

image.png

方案二:(支持设备id购买) 9月22号修改完成提交appstore

1.添加游客购买流程参照爱奇艺,喜马拉雅app

http://blog.csdn.net/qq_37006649/article/details/73614047

image.png

主要修改点:

1.程序启动如果是游客模式,通过设备号像后台请求一个虚拟账号,返回虚拟账号(同时返回建权相关的key,这样点击查询余额之类的接口就不会报建权错误)。

2.用户如果是游客充值的时候,提示本设备充值风险。

1.回复

Hello,

I don't see any screenshots attached here.

The latest version we submitted has been changed as below. If users do not login or register, they only can see and access those contents that are free. Non-free contents do not appear in the '发现' section. In another words, app content and features that are associated to specific users will not appear in the '发现' section. So we will not collect user private data if they do not login or register and want to access non-account based content or features.

We are really sorry that the function we have been changing now is still not comply with App Store Review Guidelines.

Can you please schedule a meeting to discuss the current problems? This is now the top priority issue in our company. We are all quite anxious on this.

My phone number is 86-13711111111. My email is xx@317hu.com. Thank you very much.

2017年9月8日 第8次被拒

一.基本思想:发现界面游客模式下,无法点击出现用户登录提示功能。

(9月11日修改后上线) 修改修改点

1.后台添加配置项开关,游客模式下,ios设备,发现界面入口相关列表,全部只返回免费课程。 【登录后,还是和以前一样,返回所有】。

2.app端,如果是游客模式下,查看免费课程,底部的收藏点赞购买 bar全部隐藏。

3.app提现功能 改用业务配置项开启@"withdrawFlag" //提现功能默认是0关闭,如果审核通过,后台可以配置成1,打开提现功能

其他:加急邮件申请

This app version is quite important to us. we have fixed many severe defects, which will definitely improve the user experience if it can be in App Store timely.

9月18日还是没有反应,再次申请加急

Dear Sir/Madam,We notice that our APP is still in the status of waiting for review since we submitted it on Sep. 11. We have been getting big pressure from the senior leadship team and the market, as there is many new features integrated and many severe defects fixed in the latest submitted version.These days the review time is quite long. May I ask when you can help to review our APP? If it is possible, can we schedule a meeting to discuss all problems one by one when you have time? And we can change it as your suggest totally.May I ask whether there is any channel or 3rd party company can help to facilitate the APP review process? Any possible solutions we are willing to try to help to facilitate the review process.Best regards,

9月19日 打电话给苹果 400-670-1855 问题编号100294982096

1.对方基本思想 还是要走联系流程,让我们耐心等待。

加急联系流程

eg:说明加急理由, 要求对方回复,邮箱email。

2.付费审核问题,对方回馈 [第三方付费申请快速审核,不推荐,苹果没有这个服务,不要相信]

二.被拒理由 (游客模式下,进入发现界面出现需要用户登录信息,绑定用户登录了(钓鱼),苹果认为这些公开的内容是非用户基础的,不能强制绑定用户登录)

Guideline 5.1.1 - Legal - Privacy - Data Collection and Storage

We noticed that your app requires users to register with personal information to purchase non account-based in-app purchase products, which does not comply with the App Store Review Guidelines.

图片

image.png

2017年8月31日 第7次被拒

1.修改点

a.默认进入发现界面

b.如果免费不走购买流程,如果收费,先报余额不足,最后跳转到充值界面,最后报登录提示

image.png

2.被拒理由

Guideline 5.1.1 - Legal - Privacy - Data Collection and Storage

We noticed that your app requires users to register with personal information to purchase non account-based in-app purchase products, which does not comply with the App Store Review Guidelines.

2017年8月26日 第6次被拒

1.问题再次被拒,原因(产品设计和苹果审核规则不符合)

8月27日修改完成提交appstore,审核,

28日内部评审后,下架,添加开关功能,重新提交appstore审核。

修改点:

内购功能开启后 修改以下逻辑

1.不支持,提现功能。

2.用户一定要登录后,才能使用我们的软件(才可以进入发现界面)。

被拒原因:

image.png

2017年8月23日 第5次被拒

解决:引入天使钻概念。

1.申述苹果回复太慢启用虚拟货币方案(天使钻概念)重新提交appstore

2017年8月22日

8月21日 晚上10点基本上是同样原因被拒

image.png

第一步 回复申述

Dear sir/madam,

Maybe there is some misunderstanding regarding with the functionality of purchasing in app. Users can buy online video or lectures in the '发现' sections of the app. It's a kind of pay for the knowledge. The currencies or credits in the account users charge are do consumed within the app. Please check the attached screenshots.

From the '发现' sections, you can see that all the products of online lectures or videos are labeled as the unit '¥'. When users try to buy a product, it will be deducted from the balance of the users' account first. If the balance of account runs out and is not enough to pay for the product, it will prompt users to charge the account with the in-app purchase function.

We refer to some products like '得到', '爱奇艺', '优酷'. They have the same mechanism regarding on the product purchasing. I also attached a screenshots I get from the app '得到' for your reference.

This app version is quite important to us and fixed many severe defects, which will definitely improve the user experience if it can be in App Store timely.

As it has been a long time that our app is rejected in the process of App Review, we do request a phone call to discuss the details. Please call me via the number 86-13711111111. Thanks for your time.

申述附件图片

image.png

2017年8月18日 第4次被拒

1.今天还是同样问题被拒了

image.png

准备参考得到app 修改成元标识

1.界面修改

image.png

2.itunesconnect后台修改

image.png

2017年8月12日 第3次被拒

被拒 3个问题

问题1.使用苹果支付字眼,其实不支持苹果支付(产品设计也有问题)

image.png

原因:【内购和苹果支付是两个概念,苹果支付和支付宝是一类的】

1.如下是内购概念

https://developer.apple.com/library/content/documentation/NetworkingInternet/Conceptual/StoreKitGuide/Introduction.html

解决:去除苹果支付, 跳转到该界面,默认就是走内购充值流程

问题2. 元 and ¥,误解问题

image.png

image.png

参考其他app内购界面修改,如得到, 腾讯课堂

image.png

image.png

修改如下:

app端修改: 将元显示替换成¥显示

image.png

后台修改:

image.png

image.png

image.png

2017年8月8日 第2次被拒 说ipv6下很多数据为空

1.排除发现 其实是测试数据的问题,直接添加即可(已让测试帮忙添加)。

【另外 也用wifi分享出ipv6的网络,进行测试,数据都正常】

image.png

2017年7月24日 第1次被拒

1.内购功能没有开发。

修改:将苹果内购功能开发完成提交。

为什么苹果内购总是失败_ios内购相关问题被拒总结相关推荐

  1. 为什么苹果内购总是失败_iOS内购被拒解决方案

    最近给新版「不是诗人」添加内购充值,不出意外的被苹果拒了几次.这里简单记录下被拒条例以及我的解决方案. Guideline 1.1.6 - Safety - Objectionable Content ...

  2. ios 内购正式环境_iOS 内购经验

    最近在做iOS内购,碰到的一些问题及解决方案,希望能帮到大家 1.如果需要内购实现代码,请留下你的QQ 2.关于内购商品被退回 内购被退回,主要有两个原因, 一是标题描述等信息没写清楚,这里需要你填写 ...

  3. ios 内购正式环境_iOS 内购最新讲解

    本文为CocoaChina网友IIronMan投稿 一.总说内购的内容协议.税务和银行业务 信息填写 内购商品的添加 添加沙盒测试账号 内购代码的具体实现 内购的注意事项 二.协议.税务和银行业务 信 ...

  4. 为什么苹果内购总是失败_IOS用户支付失败 购买无法完成解决教程

    格斗江湖iOS系统用户玩家,最近在充值的时候出现无法完成或者充值失败提示. 这是怎么回事呢?出现上面的提示时,我们首先需要从自己"可控"的范围内查找原因. 一.未越狱系统 1.检查 ...

  5. ios 内购正式环境_iOS 内购的实现

    自己开发的视频直播项目,牵涉到充值金币,用到了苹果公司的内购,趴坑了两天,这里总结下实现苹果内购. 一. 创建测试App 首先你需要登录 App的ItunesConnection,你会看到如下界面 简 ...

  6. ios 内购正式环境_iOS内购-部分玩家无法恢复购买

    起因是这样,自去年12月份,就陆续有玩家反馈以下问题购买了商品,却无法获得,也无法恢复购买 兑换码无法兑换到商品 重现:在设备1上兑换了A商品,恢复购买和再次免费购买,是无效的,而在设备2上用同一个账 ...

  7. ios 内购正式环境_ios内购之服务端操作

    { "status": 0, "environment": "Sandbox", "receipt": { " ...

  8. 为什么苹果内购总是失败_苹果官网送货流程将改革,最快次日达丨iPhone6s 等钉子户终于要换手机了...

    文字编辑:XC丨插图来自于网络 苹果送货程序将改革 据外媒表示,苹果将利用零售店的库存来进行就近发货方式,主要目的就是为了减少用户收到货的时间. 在此之前,苹果官网下单的用户,无论是那个位置都将是总部 ...

  9. Java接入苹果支付 – IAP支付 – IOS应用内支付- 完整版

    本页目录 IAP介绍 IAP参考连接 接入IAP快速导航: 准备工作 认证协议(签订银行信息) 设定商品价格 productId 上线设置 注册自己的沙箱账号: 添加沙箱账号 Java编码 大致编码如 ...

最新文章

  1. 一级二级标题_考二级造价师有啥要求?
  2. python中处理日期和时间的标准模块是-Python time模块参考手册
  3. 线程共享的环境包括:进程代码段、进程的公有数据(利用这些共享的数据,线程很容易的实现相互之间的通讯)、进程打开的文件描述符、信号的处理器、进程的当前目录和进程用户ID与进程组ID。 进程拥有这
  4. ie浏览器怎么打开html,Win10系统IE浏览器不能打开HTML怎么办
  5. 安防市场规模超万亿 罗曼股份推智慧联动安防
  6. 关于 SAP Spartacus 支持不同的环境配置部署到 SAP Commerce Cloud 上的讨论
  7. 单/双中括号与测试条件
  8. Postgresql 填充所有的时间点
  9. matlab 判断两个矩阵有元素相等_如何使用MATLAB对Excel中的多参数进行计算?
  10. 1091 N-自守数 (15 分)—PAT (Basic Level) Practice (中文)
  11. 把照片转换成pdf的格式
  12. 怎么让程序运行结果里不出现ans(两个特殊例子)
  13. 大数据平台的SQL查询引擎有哪些
  14. 数学----勾股定理证明
  15. mybatis-sqlserver批量新增返回id
  16. 淘宝钓鱼网站抓不住吗
  17. java + nginx + ffmpeg + vue实现摄像头,rtmp、rtsp直播流协议的实时播放
  18. matlab 带通相应,matlab butter 带通
  19. Element UI 日期范围选择器限制只能选今天之前的时间,或者只能选今天之后的时间
  20. NFC的读写卡模式——前台调度系统

热门文章

  1. false函数是计算机几级,Excel函数教程:
  2. TCP 重传、滑动窗口、流量控制、拥塞控制★★★
  3. pdf 文件格式及对象模型
  4. stress、mpstat、pidstat
  5. Leader,要做一只领头“狼“,不要做一只领头“羊“
  6. python可以继承多个类吗_python类继承(super多类继承)
  7. 中柏ezpad4s_性价比逆天的中柏爆款EZpad 4s Pro 大起底
  8. linux vim内容复制粘贴板,Vim 使用系统粘贴板复制粘贴
  9. Java毕设项目爱家家政公司网站计算机(附源码+系统+数据库+LW)
  10. Android中ANR是什么,【Android】应用ANR分析