-
Notifications
You must be signed in to change notification settings - Fork 593
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Guideline 1.2 - Safety - User Generated Content #498
Comments
@saroar Chatto supports messages selection. You can use it to implement a feature that allow users to block or report specific messages. Selection state is controlled by This is how this feature is used in Badoo to implement "Block or Report" functionality: |
how to do accept and reject users into group chat? |
@saroar It's up to you. Chatto doesn't have such feature. It's UI framework and It's designed to be extensible and allow developers to add missing functionality. |
I download and run app, then i select but cant see this http://prntscr.com/k4pm8s ? why |
@saroar You don't see it because it's not part of the framework and implemented in Badoo app. We replace chat input bar with action toolbar when selection mode is enabled. |
:( so difficult for me :( @AntonPalich |
how i can do it ? |
can you share with me userDidSelectMessage func with me ? replace chat input bar with action toolbar when selection mode is enabled. |
@AntonPalich please can you help me how i can do it please when select i will have the same UI like you send image thanks |
So for the past few days, I've been trying to get my iOS app on the store just been rejected!
The issues they said were there:
Guideline 1.2 - Safety - User Generated Content
Your app enables the display of user-generated content but does not have the proper precautions in place.
Next Steps
To resolve this issue, please revise your app to implement all of the following precautions:
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
Do you have this functionality? if no how we can add this?
The text was updated successfully, but these errors were encountered: