iOS旅程

AppStore 高德SDK被拒

2017-10-30  本文已影响0人  墨香茉香

拒绝原因:

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 Steps

To 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.


解决方案:

1. 在终端项目目录下执行,更新本地SDK(不带版本号),使得SDK为最新版本:

pod repo update

2.更新高德SDK:

pod search AMapFoundation-NO-IDFA

pod search AMapFoundation

3. 按q退出

4. 执行更新:

pod update

5. 重新打包上架审核。

上一篇下一篇

猜你喜欢

热点阅读