標籤:
1. QQ第三方登入,詳情如下:
我們應用中用了QQ第三方登入,結果被拒(違反10.6),原因如果沒有安裝qq會跳轉到一個頁面提示下載qq,蘋果不允許應用這樣。
We found that your app requires the installation of another app before it can be used, which is not in compliance with the App Store Review Guidelines. Apps should be able to run on launch, without requiring additional applications to be installed.
Specifically, we were required to install QQ before we could use your app.
Please revise your app so that a user can use it upon launch. If your app requires authentication before use, please use a method that can authenticate users from within your app.
當時的解決方案,判斷是否安裝了qq,如果未安裝則隱藏該功能。
2. 應用內部設定版本更新檢測,詳情如下:
我們應用在設定頁面有個“版本更新”的功能,蘋果不允許應用自己有該功能,需要使用蘋果內部更新機制
Your app includes an update button or alerts the user to update the app. To avoid user confusion, app version updates must utilize the iOS built-in update mechanism.
解決方案,去掉了版本更新功能。
Appstore被拒的各種理由(持續更新中……)