iOS審覈的那些事兒

Guideline 1.2 - Safety - User Generated Content

1.2禮包是社區類app(包含發帖,即時通信啊)的常見問題。

通常再通過幾回審覈來回後,蘋果就會給出詳細的要求

Your app enables the display of user-generated content but does not have the proper precautions in place. Specifically, there was no mechanism for users to block abusive users(屏蔽用戶/拉黑用戶/黑名單).微信

你的app支持顯示用戶生成的內容,但沒有適當的預防措施。具體點就是沒有機制阻止用戶濫用此功能(屏蔽用戶/拉黑用戶/黑名單)。

Next Stepsapp

To resolve this issue, please revise your app to implement all of the following precautions:ide

  • Require that users agree to terms (EULA) and these terms must make it clear that there is no tolerance for objectionable content or abusive users
  • A method for filtering objectionable content
  • A mechanism for users to flag objectionable content(舉報)
  • A mechanism for users to block abusive users(屏蔽用戶/拉黑用戶/黑名單)
  • The developer must act on objectionable content reports within 24 hours by removing the content and ejecting the user who provided the offending content

爲了解決這個問題,請修改你的app,實現如下全部的預防措施:

- 要求用戶贊成條款(EULA),這些條款必須明確表示,不容忍使人反感的內容或濫用用戶

- 有過濾不良內容的方法

- 用戶標記不受歡迎內容的機制(舉報)

- 阻止用戶濫用功能的機制(屏蔽用戶/拉黑用戶/黑名單)

- 開發人員必須在24小時內刪除使人反感的內容報告,並將提供違規內容的用戶驅逐出去

總結起來就是關於帖子、動態等內容須要有舉報(更爲嚴謹能夠標記不喜歡,之後內容就不出現)。關於用戶須要有舉報,拉黑,屏蔽。


Guideline 2.1 - Performance - App Completeness

Your app or its metadata does not appear to include final content.ui

您的app不是最終的完整版本

有可能某個功能頁空白,或者某個功能暫時沒開放。這種狀況的話直接把頁面入口屏蔽掉,不完整的功能不顯示。


Guideline 4.2.3 - Design - Minimum Functionality

We were required to install the WeChat app before we could log in via WeChat. Users should be able to log in with WeChat and access their accounts without having to install any additional apps.this

咱們須要安裝微信才能經過微信登陸。用戶應該可以使用微信登陸並訪問他們的賬戶,而不須要安裝任何額外的app。

此問題常見於微信登陸,審覈人員用的iPad是沒有微信的,因此會走沒有安裝微信的代碼,例如彈框提示或者不響應。這是會被拒的。官方但願你能去safari驗證登陸,可是我沒有深究,以爲挺複雜。

直接採用沒有沒有安裝微信就不顯示微信登陸按鈕,或者後臺控制是否顯示按鈕(我是同時採用)。

相關文章
相關標籤/搜索