Skip to content
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

Open
saroar opened this issue Jul 10, 2018 · 10 comments
Open

Guideline 1.2 - Safety - User Generated Content #498

saroar opened this issue Jul 10, 2018 · 10 comments

Comments

@saroar
Copy link

saroar commented Jul 10, 2018

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?

@AntonPalich
Copy link
Contributor

@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 BaseMessageDecorationAttributes that is used in messages decoration pipeline in your implementation of ChatItemsDecoratorProtocol. You can check DemoChatItemsDecorator in the demo project to see example implementation of messages selection.

This is how this feature is used in Badoo to implement "Block or Report" functionality:
simulator screen shot - iphone 7 - 2018-07-10 at 10 15 22

@saroar
Copy link
Author

saroar commented Jul 10, 2018

how to do accept and reject users into group chat?

@AntonPalich
Copy link
Contributor

@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.

@saroar
Copy link
Author

saroar commented Jul 10, 2018

I download and run app, then i select but cant see this http://prntscr.com/k4pm8s ? why

@saroar
Copy link
Author

saroar commented Jul 10, 2018

img_5931

@AntonPalich
Copy link
Contributor

@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.

@saroar
Copy link
Author

saroar commented Jul 10, 2018

:( so difficult for me :( @AntonPalich

@saroar
Copy link
Author

saroar commented Jul 10, 2018

how i can do it ?

@saroar
Copy link
Author

saroar commented Jul 10, 2018

can you share with me userDidSelectMessage func with me ? replace chat input bar with action toolbar when selection mode is enabled.

@saroar
Copy link
Author

saroar commented Jul 13, 2018

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants