iOS审核被拒,被判定为应用程序试图隐藏功能

最近在使用Creator打包最终生成iOS的ipa包上传到AppStore审核,接连几次被拒,说我的应用程序试图隐藏功能,加载外部内容的webview以实现第三方游戏流的功能。违反了审核指南2.3.1,审核邮件如下:
Guideline 2.3.1 - Performance

We discovered that your app contains hidden features. Attempting to hide features, functionality or content in your app is considered egregious behavior and can lead to removal from the Apple Developer Program.

Specifically, your app contains functionality to load a webview of external content within the app for the purpose of third-party game streaming.

If you feel that we have misunderstood how your app functions and that your app is compliant with the App Store Review Guidelines, please reply to this message in Resolution Center to explain how this feature works.

The next submission of this app may require a longer review time, and this app will not be eligible for an expedited review until this issue is resolved.

Next Steps

  • Review the Performance section of the App Store Review Guidelines.
  • Ensure your app, as well as any third-party code and SDKs implemented in your app, are compliant with all sections of the App Store Review Guidelines and the Terms & Conditions of the Apple Developer Program.
  • Revise or remove the hidden features from your app. Once your app is fully compliant, resubmit your app for review.

Submitting apps designed to mislead or harm customers or evade the review process may result in the termination of your Apple Developer Program account. Review the Terms & Conditions of the Apple Developer Program to learn more about our policies regarding termination.
我在Crewator项目没有使用webview,打包成xcode工程也没有使用webview,我全局搜索了下,也就Creator引擎里面有webview代码,可是这也只是creator提供给我们开发者进行跨平台需要用到时才用的。不知道有没有人遇到这种被拒问题?我想直接回复邮件就好了,不知道是否能彻底解决被拒问题。

实在没办法,要不试试把webview模块剔除呗。

我也是因为这个被拒,webView删掉也没用,请问你那边有进展吗

你好 请问你的问题得到解决了嘛

请问你的问题解决了吗?

您好,请问这个有解决方案了么?我也是直接打包(模板是link),模块已经剔除了webview,没有任何其他的东西,被判定包含隐藏功能

检查一下第三方 SDK 看看是不是带有 webview

如果真的没有用第三方的功能,直接回复就好了。一般还是会过的。

不是第三方的,引擎里有挺多webview敏感字眼,去掉webview模块还是有,构建出ios工程全局搜一下就能搜出很多,苹果机审直接判定了吧。用cocos引擎上的游戏没一个一次能过的,第一次基本都是隐藏功能拒绝了,都是周折好久才勉强给过(什么SDK都没接,没内购)。

怎么过的。。。替换引擎里字段?

跟苹果发邮件吵架,吵赢了就过了

把接的SDK、我们自己的服务端接口和没用的引擎模块都去了。。。还是不行,给他们回邮件,一天一个来回,回复都是他们还是检测到有隐藏功能。:joy:

检测是否有请求外部的http/https连接,如果是项目需求,最好是在邮件中进行简单的说明。

1赞

我们也是遇到这个问题。官方啊这个问题是生死攸关的啊……能否重视下 @jare

这个问题,看的好害怕

你好,请问最后怎么解决的呢

希望官方给个方案解决

我前几天刚发了一个单机游戏,cocos2.1.1打包 ipa ,一次性通过无压力。

你提交游戏时候有收到一个警告邮件嘛?

没有啊,用的xcode自带的工具提交的。