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

IOS打包上架AppStore被驳回信息记录

1:错误码5.2.1错误信息如下


Your app includes content or features from 公司名, or is marketed to control external hardware from 公司名, without the necessary authorization. The inclusion of third-party content within your app, whether retrieved from the internet by the app or embedded in the app, is subject to the terms of the Apple Developer Program License Agreement.

Your app and its contents should not infringe upon the rights of another party. In the event your app infringes another party’s rights, you are responsible for any liability to Apple because of a claim.

Next Steps

To resolve this issue, please attach documentary evidence in the App Review Information section in App Store Connect. Once we have reviewed your documentation and confirmed its validity, we will proceed with the review of your app.

Alternatively, please remove the third-party content from your app and its metadata.
Please see attached screenshot for details.

解决办法:

出错原因是个人开发者账号在没有公司授权的情况下上架时填写了公司信息,这里需要公司开具证明盖章之后重新发布。当然如果是企业开发者账号就不会出现这个问题。


2:错误码5.1.1报错信息如下

Guideline 5.1.1 - Legal - Privacy - Data Collection and Storage


We noticed that your app requests the user’s consent to access the Bluetooth, but doesn’t sufficiently explain the use of the Bluetooth in the purpose string.

To help users make informed decisions about how their data is used, permission request alerts need to explain and include an example of how your app will use the requested information.

Next Steps

Please revise the purpose string in your app’s Info.plist file for the Bluetooth to explain why your app needs access and include an example of how the user's data will be used.

You can modify your app's Info.plist file using the property list editor in Xcode.

解决办法:这里大概是APP要使用苹果系统的一些权限,但是在开发代码中没有做权限申请备注,Mac开发的话需要通过XCode编辑项目权限说明,Windows电脑开发可以在HBuilderX项目下清单文件中编辑权限说明,并重新打包提交发布(注意再次打包需要升级项目版本)


3:错误码2.1 报错信息如下


Guideline 2.1 - Information Needed

We have started the review of your app, but we are not able to continue because we need access to a video that demonstrates the current version of your app in use on a physical iOS device, which shows the initial pairing process and entire app workflow with the designated hardware.

Be sure the video you provide shows a physical iOS device and not a simulator.

Next Steps

To help us proceed with the review of your app, provide a link to a demo video in the App Review Information section of App Store Connect, then reply to this message. The demo video must include the entire app workflow, beginning with pairing the iOS device to the hardware.

Make sure you also provide any required demo account information, including passwords, in the App Review Information section for your app in App Store Connect.

Resources

To learn more about providing information to App Store Review in App Store Connect, see App Store Connect Help.
解决办法:录制完整APP操作视频,发布在可直达的网址中,之后将视频网址发送给Apple进行审核

http://www.lryc.cn/news/147569.html

相关文章:

  • 【Python自学笔记】Python好用的模块收集(持续更新...)
  • 在springboot中配置mybatis(mybatis-plus)mapper.xml扫描路径的问题
  • c++搜索剪枝常见方法与技巧
  • YOLO V5 和 YOLO V8 对比学习
  • 【Git】(六)子模块跟随主仓库切换分支
  • 开源的经济影响:商业与社区的平衡
  • 数据库复习整理
  • 开始MySQL之路——MySQL安装和卸载
  • pxe网络装机
  • 【数据库事务】
  • Apache Tomcat
  • python类
  • SpringBoot + layui 框架实现一周免登陆功能
  • 如何使用Unity制作一个国际象棋
  • 下岗吧,Excel
  • 黑马点评环境搭建导入
  • 交换机端口安全
  • 【力扣】63. 不同路径 II <动态规划>
  • 【Linux】JumpServer 堡垒机远程访问
  • WebGPT VS WebGPU
  • 【Flutter】Flutter 使用 collection 优化集合操作
  • 【核心复现】基于合作博弈的综合能源系统电-热-气协同优化运行策略(Matlab代码实现)
  • 【设计模式】Head First 设计模式——抽象工厂模式 C++实现
  • pdf怎么转换成jpg图片?
  • 远程访问Linux的DataEase数据可视化分析,有哪些推荐的工具?
  • 每日一题——旋转图像
  • 「Docker」《入门Docker:解放部署烦恼,提高开发效率》
  • 数据结构--5.3图的遍历(广度优先遍历)
  • SQL注入漏洞复现(CVE-2017-8917)
  • Http 1.0 1.1 2.0 3.0 版本差别