dbrugne / donut-native

0 stars 0 forks source link

AppStore app rejected #203

Open dbrugne opened 8 years ago

dbrugne commented 8 years ago

C'est cool c'est plutôt rapide (4 jours). Les deux points en délicatesse (https://developer.apple.com/app-store/review/guidelines/) :

3.8 - Developers are responsible for assigning appropriate ratings to their Apps. Inappropriate ratings may be changed/deleted by Apple Also, the rating you’ve selected, 4+, is inconsistent with the content of your app. Since your application includes content and features involving social networking, it should be rated appropriately for this subject carrying a 12+ rating.

J'ai trifouillé les taquets pour avoir un 12+ là ou avant il y avait un 4+ donc ça c'est OK.

14.3 - Apps that display user generated content must include a method for filtering objectionable material, a mechanism for users to flag offensive content, and the ability to block abusive users from the service Your app enables the display of user-generated content but does not have the required precautions in place. Next Steps It is necessary that you put all of the following precautions in place:

  • Users need a mechanism to flag objectionable content and report users generating this content

Il faut ajouter la possibilité de "signaler" un "message" ou un "utilisateur". Partout.

hageged commented 8 years ago

Pourquoi souhaitez-vous signaler ce contenu ?

Place holder dans le text area: Commentaire / Comment

dbrugne commented 8 years ago

Les handlers sont en place :

app.client.signalUser(userId, [roomId], category, reason, callback);
app.client.signalEvent(eventId, category, reason, callback);