Guideline 4.2.3 - Design - Minimum Functionality
We were required to install WeChat and QQ before we could use your app. Apps should be able to run on launch, without requiring additional apps to be installed.
Next Steps
To resolve this issue, please revise your app to ensure that users can use it upon launch. If your app requires authentication before use, please use methods that can authenticate users from within your app.

這是第三方登錄時(shí)遇到的問題,前面發(fā)了兩個(gè)版本沒有被拒絕,這一次又拒絕了。
在網(wǎng)絡(luò)上查看一下前人經(jīng)驗(yàn),提示和置灰(不可點(diǎn)擊的那種)都還是被拒絕。唯一的辦法就是一隱藏微信和QQ的按鈕。
判斷微信安裝?if([WXApi isWXAppInstalled])
判斷QQ安裝?if ([TencentOAuth iphoneQQInstalled])