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报错信息如下

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进行审核

相关推荐
大熊猫侯佩10 小时前
WWDC26 SwiftUI 进化之路:砸碎黑盒,彻底迎来开发自由!
ios·swiftui·swift
游戏开发爱好者812 小时前
iPhone真机调试有哪些方法?一次定位推送权限问题时整理出来的几种方案
ide·vscode·ios·objective-c·个人开发·swift·敏捷流程
大熊猫侯佩18 小时前
WWDC26 最被忽视的王炸:告别“伪并发”陷阱,Swift 6.4 的 async defer
ios·swift·编程语言
资深备胎一号18 小时前
uniapp云打包的ios证书和profile文件从哪里来
uniapp·p12证书
h-189-53-67120719 小时前
苹果开发者账号防关联3.2f隔离环境传包提审iOS开发上架的高效隔离方案:iOSUploader工具实用解析
ios·ios上架·ios审核·苹果审核·苹果开发者账号·苹果开发者封号
Legendary_00821 小时前
LDR6020P:iPad 一体式皮套键盘 OTG 应用的核心引擎
ios·计算机外设·ipad
Digitally2 天前
如何高效地将文件从电脑传输到 iPad:6 种简单方法
ios·电脑·ipad
萤萤七悬2 天前
【Python笔记】AI帮封装Airtest IOS-WDA touch操作时的factor坐标转换
笔记·python·ios
库奇噜啦呼2 天前
【iOS】源码学习-锁的原理
学习·ios·cocoa