Performance - 2.1

We discovered one or more bugs in your app when reviewed on iPhone running iOS 9.3.3 on Wi-Fi connected to an IPv6 network.Specifically, your app still displayed an error message/black box upon login and we were unable to complete login.

Weve attached screenshot(s) for your reference.

Next StepsPlease run your app on a device while connected to an IPv6 network (all apps must support IPv6) to identify the issue(s), then revise and resubmit your app for review.If we misunderstood the intended behavior of your app, please reply to this message in Resolution Center to provide information on how these features were intended to work.

For updates, install the new version as an update to the previous version, then follow the steps to reproduce the issue(s).

ResourcesFor information about supporting IPv6 Networks, please refer to Supporting IPv6 DNS64/NAT64 Networks and About NetworkingIf you have difficulty reproducing a reported issue, please try testing the workflow described in Technical QA QA1764: How to reproduce bugs reported against App Store submissions.If you have code-level questions after utilizing the above resources, you may wish to consult with Apple Developer Technical Support. When the DTS engineer follows up with you, please be ready to provide:

- complete details of your rejection issue(s)

- screenshots- steps to reproduce the issue(s)- symbolicated crash logs - if your issue results in a crash log


自2016年6月1日起,蘋果要求所有提交App
Store的iOS應用必須支持IPv6-only環境,背景也是眾所周知的,IPv4地址已基本分配完畢,同時IPv6比IPv4也更加高效,向IPv6過渡是大勢所趨。

然而在對IPv6進行兼容適配過程中,很多開發者在本地環境測試通過,卻在App Store審核時被拒,這種情況下可以首先排查是否由DNS解析失敗引起,那麼如何驗證DNS伺服器是否正確響應了IPv6地址的解析請求呢?搭建好DNS64環境後,可以通過以下命令查詢:

$dig dnspod.cn aaaa

驗證DNS解析的原因是,App訪問網路的第一步就是進行DNS解析,App Store審核時會先訪問DNS伺服器,獲得iOS應用伺服器的IPv6地址,再進行訪問,如果這時DNS伺服器無法成功解析到IPv6地址,即使在本地搭建的IPv6-only環境中測試成功,仍然會出現在提交App Store審核時被拒的情況,所以選擇一個穩定性、兼容性俱佳的域名解析服務至關重要!

經過全面的測試和灰度發布,騰訊雲DNSPod域名解析已全面支持App
Store IPv6-only網路環境,已有成功通過審核案例,並且在境內外均驗證解析成功

如果你想對IPv6-only的原理有更深入的理解,請參考這篇文章

http://www.jianshu.com/p/8edfdfa20b29


GitHub - wg689/Solve-App-Store-Review-Problem: a collection to solve app store review problem (ipv6,後台定位等審核問題的終極解決方案匯總)專門解決蘋果審核問題的倉庫.有ipv6 和後台定位被拒絕的終極解決方案,還有其他的,歡迎fellow和star,我會持續更新,歡迎推薦給他人,你測試是好的,並不代表到美國那邊還是好的,你需要使用vpn選擇美國那邊的線路,進行ipv6測試

買個 vbox路由器 迅速搭建一個ipv6的開發環境,可以解決這個問題,節省時間!


ios審核被拒討論 QQ群567612859


樓主解決了嗎 ,我也遇到了這個問題


這個怎麼解決的呢,我也遇到這樣的問題,本地ipv6環境是好的,但是已經被拒了兩次了,不知道怎麼下手處理問題了
多提交幾次吧,我自己第一次提交被拒,然後我自己搭環境測試可以通過,再提交之後就通過了,雖然下次可能還會被拒~,下次再說了
我也是這樣的,在ios9.2的時候ipv6沒有問題但是現在在ios3上面蘋果拒絕的原因竟然是ipv6,求解決方法
我的也是,而且之前已經上了一個版本了(適配了ipv6),這次居然說ipv6有問題。我自己配的ipv6測試是沒有問題的

題主解決了么,請問怎麼解決的


推薦閱讀:
相关文章