dongs
dongs
  • 发布:2017-03-10 09:01
  • 更新:2017-03-10 09:05
  • 阅读:2433

苹果审核成功后的APP收到禁止升级警告提醒

分类:HTML5+
iOS

今天已上线的ios应用收到禁止在线更新的警告提醒,
目前已参考 http://ask.dcloud.net.cn/question/29264 该问题贵平台的回复。
这边想问一下,预计大概什么时候更新5+SDK?

具体提醒如下:
Dear Developer,

Your app, extension, and/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 section 3.3.2 of the Apple Developer Program License Agreement and App Store Review Guideline 2.5.2. 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 or call SPI, based on the contents of the downloaded script. The Objective-C methods respondsToSelector: and performSelector: are still supported and allowed. For example, they can be used to check OS compatibilty before using a selector. However, you should only pass selectors to these methods, which are specified at compile time. If you think you are using static selectors, it’s possible a third-party framework you’ve added to your app is not in compliance. 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.

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 before submitting the next update for your app for review.

Best regards,

App Store Review

2017-03-10 09:01 负责人:无 分享
已邀请:
BoredApe

BoredApe - 有问题就会有答案。

该问题目前已经被锁定, 无法添加新回复