Skip to content Skip to sidebar Skip to footer

Violation Of Section 4.3 Of The Developer Distribution Agreement

I just received from play store a notice stating that one of my apps did not comply with violation of section 4.3 : 4.3 You agree that if you use the Market to distribute Product

Solution 1:

You need to discuss this with Google.

From the way I read that message, simplying removing permissions will not fix the problem- it isn't the fact that you are using permissions, it is how you are using them.

you must provide legally adequate privacy notice

Do you have a privacy policy URL set for your app in the Play Store?

Further, your Product may only use that information for the limited purposes for which the user has given you permission to do so.

How are you using your user's information? It is possible that a user reported your app for violating his/her privacy.

In any case, we will not be of much help here, as we cannot tell you what caused Google to send you that message.

Solution 2:

At first look you should remove

android.permission.GET_ACCOUNTS android.permission.READ_PHONE_STATE

Also tell us what third party libs you are using?

Post a Comment for "Violation Of Section 4.3 Of The Developer Distribution Agreement"