RT,苹果给的回复是
We discovered one for more bugs in your app when reviewed on iPad and iPhone running IOS 10.2.1 on WiFi connected to an IPv6 network
具体的现象就是我一个iframe src指向了一个第三方的网页地址,但是这个网页加载不进来,导致整个界面是空白,所以我想知道到底是iframe不支持ipv6还是说这个第三方网页地址存在问题?
证书是没有过期的,现在我提交出现了另外一个问题,之前提交被拒是因为我使用了itms-service的下载协议,然后我把这个功能从app里去掉了,现在又被拒,原话是:We found that your app contains that are downloaded or streamed to your app, Specifically your app links to "****"(这个地址是我www.zip的资源更新下载地址)。It would be appropriate to ‘bake-in’ content of this web page into the submitted binary or remove them from the app's functionality before resubmitting for review.
难道说X5的资源更新(非app更新)在appstore上也通不过么?难道连资源更新功能也要干掉么?该如何解决,求教!