Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google play app rejected Require that users accept the app's terms of use and/or user policy before users can create or upload UGC

Tags:

google-play

My app is rejected for this reason Require that users accept the app's terms of use and/or user policy before users can create or upload UGC

I have one chatroom in the app for all users to discuss a topic and its open without registration .. What should I do to fix this?

like image 826
Mohamed Shaheen Avatar asked Sep 02 '25 06:09

Mohamed Shaheen


1 Answers

Require that users accept the app's terms of use and/or user policy before users can create or upload UGC

As the sentence say, you should:

  1. Write your app's terms of use and/or user policy.
  2. Show popup or activity to show that terms of use and/or user policy.
  3. Allow user to chat after user check agree button at the end.
  4. Build app and submit your app again.

Check out some demo you can follow here: enter image description here

https://termsfeed.com/blog/wp-content/uploads/2018/11/ebay-android-app-register-account-screen-agree-user-agreement-privacy-notice.jpg enter image description here enter image description here

like image 116
Stevie Avatar answered Sep 04 '25 23:09

Stevie