由于个推和bugly热更新导致苹果审核被拒

简介: 提交审核后被拒,苹果回复的信息如下:Guideline 2.5.2 - Performance Your app, extension, or linked framework appears to contain code designed explicitly with the capability toGuideline 2.

提交审核后被拒,苹果回复的信息如下:

Guideline 2.5.2 - Performance Your app, extension, or linked framework appears to contain code designed explicitly with the capability to

Guideline 2.5.2 - Performance

Your app, extension, or linked framework appears to contain code designed explicitly with the capability to change your app’s behavior or functionality after App Review approval, which is not in compliance with App Store Review Guideline 2.5.2 and section 3.3.2 of the Apple Developer Program License Agreement.This code, combined with a remote resource, can facilitate significant changes to your app’s behavior compared to when it was initially reviewed for the App Store. While you may not be using this functionality currently, it has the potential to load private frameworks, private methods, and enable future feature changes. This includes any code which passes arbitrary parameters to dynamic methods such as dlopen(), dlsym(), respondsToSelector:, performSelector:, method_exchangeImplementations(), and running remote scripts in order to change app behavior and/or call SPI, based on the contents of the downloaded script. Even if the remote resource is not intentionally malicious, it could easily be hijacked via a Man In The Middle (MiTM) attack, which can pose a serious security vulnerability to users of your app.Next StepsTo resolve this issue, please perform an in-depth review of your app and remove any code, frameworks, or SDKs that fall in line with the functionality described above and resubmit your app’s binary for review.

看到邮件我没有着急去百度和去翻译,而是先看看英文说的什么,利用我的四级水平基本可以看懂了,他说“你在app审核通过后,还会改变你app 的行为”,说白了不就是使用了热更新了么,我知道项目中没有用到热更新的东西,所有马上我就想到一定是第三方库中含有。 

但是为了避免我的项目中无意间用到了,所以按照苹果的要求,全局搜索了一下邮件中说的方法,

dlopen    dlsym 没有用到

 respondsToSelector  performSelector 用到了,但是都是些正常的使用  没有什么问题

method_exchangeImplementations    AFNetworking 用到了一处,没有影响的,不影响审核

到这里基本排除了自己写的代码中含有热更新的东西。

之后就是第三方的库了


img_f383ae47357ebb838a83edeff1b0ce59.png
所有的第三方平台都在这里

使用到热更新的就是bugly 和 老版本的个推 其他没有问题

去bugly 官网没有看到新版本,所以我就在项目中将bugly移除了  也不用了。用了也不好使,bugly平台的数据都不好好维护了。 

个推升级到最新版本就ok了。

img_294ce5e89a37925c45d063238d23923a.png
注意UserNotifications.framework 是弱引用的 添加的时候记得勾选后面的选项
目录
相关文章
|
3月前
|
Android开发 开发者 iOS开发
APP开发后如何上架,上架Android应用市场前要准备什么
移动应用程序(APP)的开发已经成为现代企业和开发者的常见实践。然而,开发一个成功的APP只是第一步,将其上架到应用商店让用户下载和使用是实现其潜力的关键一步。
|
8月前
|
Android开发
快应用安卓机进行真机调试(详细流程)
快应用安卓机进行真机调试(详细流程)
111 0
|
11月前
|
编解码 缓存 监控
app测试知识点,adb命令,日志(安卓和苹果)查看,软件后缀,专项测试等
app测试知识点,adb命令,日志(安卓和苹果)查看,软件后缀,专项测试等
|
11月前
|
前端开发 数据安全/隐私保护 开发者
2023年最新iOS打包发布流程汇
2023年最新iOS打包发布流程汇
|
安全 开发者
AppStore审核被拒:other-other,过审核、不过审的经历
AppStore审核被拒:other-other,过审核、不过审的经历
|
Android开发
关于安卓集成Bugly热更新后,补丁包合成失败问题
安卓集成Bugly热更新后,补丁包合成失败问题
264 0
|
开发者 数据安全/隐私保护
解决了,短视频APP开发者最头疼的苹果上架相关问题
在短视频APP开发者们把软件开发完毕后,APP就要开始上架了,在APP上架苹果商店时,我们需要一个苹果开发者账号,本文主要为大家讲解苹果开发者账号的申请流程是什么,很多人都不会,特此写下这篇文章,希望能为一筹莫展的朋友提供一些帮助。
|
开发工具 Android开发
热更新的使用(腾讯的Bugly)
热更新解决方案,选择的是腾讯的bugly,同时附带着bug手机,很好用,反馈率很高,也比较准,目前对集成的项目来看还没有太大的问题。0.0多渠道打包速度太慢不知道算不算。
2173 0
|
网络协议 测试技术 图形学
近期 Unity 提交苹果审核被拒的问题
游戏提交苹果审核,被打回。在 bugly 上没有查到崩溃信息,苹果给了 crash 日志也说明。   拒绝原因如下: Your app crashed on iPad or iPhone running iOS 11.2.5 connected to an IPv6 network during our review.   logs 日志也看不出什么,初看像是 IPv6的问题,实际上与IPV6无关。
2615 0