当前位置: 首页 > ds >正文

苹果iosApp提交审核常见问题--内购订阅篇

常见问题1- 准则2.1.1

Guideline 2.1 - Information Needed

The app binary includes the PassKit framework for implementing Apple Pay, but we were unable to verify any integration of Apple Pay within the app.

Next Steps

If the app integrates the functionality referenced above, indicate where in the app we can locate it.

If the app does not include this functionality, indicate this information in the Review Notes section for each version of the app in App Store Connect when submitting for review.

解决方案:

Apple Pay是用于线下和实物类支付场景。IAP内购是针对App内的付费虚拟服务和付费内容产业的

解决方案有2个

  • 直接审核的时候备注没有使用apple pay
  • 打包的时候取消apple pay选项

常见问题2- 准则3.1.1

Guideline 3.1.1 - Business - Payments - In-App Purchase

The app offers in-app purchases that can be restored but does not include a “Restore Purchases” feature to allow users to restore the previously purchased in-app purchases.

Next Steps

To restore previously purchased in-app purchase products, it would be appropriate to provide a distinct “Restore” button and initiate the restore process when the “Restore” button is tapped by the user. Note that automatically restoring purchases on launch will not resolve this issue.
解决方案:*

这个其实是针对如果app重新安装or更换设备有的app会出现账号失效的情况,所以要求必须有恢复购买的按钮

解决方案有2个

  • 说明自己的app在重新安装or更换设备后账号仍有权益,注销后账号权益也会有相关的解决措施
  • 增加恢复购买按钮做账号的校验

常见问题3- 准则3.1.2

Guideline 3.1.2 - Business - Payments - Subscriptions
Issue Description

The submission still did not include all the required information for apps offering auto-renewable subscriptions.

The app’s metadata is missing the following required information:

  • A functional link to the Terms of Use (EULA). If you are using the standard Apple Terms of Use (EULA), include a link to the Terms of Use in the App Description. If you are using a custom EULA, add it in App Store Connect.

Next Steps

Update the metadata to include the information specified above.
解决方案:*

这个问题在于你没有在App中以及app描述中表明使用苹果的标准协议

解决方案:

  • 在app中隐私协议or其他协议中,写明下载使用本应用即代表遵守苹果公司制定的《标准最终用户许可协议》(EULA)。
  • 在app的描述中(即你提交的时候有一个app的介绍,在下载的时候会在appstore显示的内容)要明确表明关于app内支付和订阅的说明,并且将隐私协议以及《标准最终用户许可协议》都要写在描述中。

这里用网易云音乐的app描述做示例图:
在这里插入图片描述

http://www.xdnf.cn/news/2134.html

相关文章:

  • 技术视界 | 从自然中获取智慧: 仿生机器人如何学会“像动物一样思考和行动”
  • 《算法笔记》4.2小节——算法初步->哈希
  • 【Redis】hash类型
  • 每日c/c++题 备战蓝桥杯(P1252洛谷 马拉松接力赛)
  • 《深入理解 AOP》
  • 数图信息科技邀您共赴第二十五届中国零售业博览会
  • spring中的@bean注解详解
  • Springoot、Flowable快速学习
  • 制作一款打飞机游戏25:添加数据
  • C++与Python编写二进制转十进制
  • 一种双模式机器人辅助股骨干骨折钢板植入方法
  • 【AI平台】n8n入门3:第二个工作流,链接网上大模型(含三种方式)
  • wireshark从HEX转储导入使用方法
  • 数学基础 -- 欧拉恒等式的魅力:让复数旋转起来!
  • MATLAB基础应用精讲-【基础知识篇】发布和共享 MATLAB 代码
  • 网络流量分析 | 流量分析基础
  • 机器学习基础 - 回归模型之线性回归
  • SD2351核心板:重构AI视觉产业价值链的“超级节点”
  • 【高频考点精讲】JavaScript事件循环机制:从宏任务微任务到渲染时机
  • MySQL数据库(13) 用户管理
  • Redis高效赋能机器学习实战:用FastAPI打造智能钓鱼邮件识别与缓存系统全流程解析
  • nacos设置权重进行负载均衡不生效
  • MongoDB 图片 URL 存储异常问题解决方案
  • C++入侵检测与网络攻防之网络嗅探以及ARP攻击
  • 【论文阅读】平滑量化:对大型语言模型进行准确高效的训练后量化
  • Linux文件管理(2)
  • 第十二届蓝桥杯 2021 C/C++组 直线
  • 深入理解网络原理:UDP协议详解
  • 如何用WordPress AI插件自动生成SEO文章,提升网站流量?
  • 每日两道leetcode(补充一)