Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google removed app from playstore [closed]

One of our apps has been removed from Playstore by Google.

//Sent by Google Play Team

REASON FOR REMOVAL: Violation of section 4.3 of the Developer Distribution Agreement. We classify a user’s contacts as private and confidential information. Apps which upload a user’s contacts to a service without making this clear to the user and obtaining the user’s explicit consent are regarded as being in violation of section 4.3 of the DDA.

We are getting contact information from users phone and sending the list of contacts to our server through an HTTP API. However at the server we are not storing any of those information and using only for some complex operations.

4.3 DDA agreement says we should have a separate user-agreement and opt user to agree to those Terms & Conditions.

Can we solve this problem by have a separate EULA and prompt user to agree upon those ? Please let me know the right solution because I don't want to risk my client's developer account getting deleted.

like image 825
Madhu V Swamy Avatar asked Nov 02 '22 14:11

Madhu V Swamy


1 Answers

Can we solve this problem by have a separate EULA and prompt user to agree upon those ?

YES..!! only this one can solve your porblem..

like image 183
Aurangzeb Halepoto Avatar answered Nov 12 '22 13:11

Aurangzeb Halepoto