Android App: Suspended from Google Play due to Deceptive Behavior policy violation

Viewed 580

We have a screen were we are taking credit card details and send that details using our web API, with AES encryption.

Initial and second release was successfully accepted by google.

Later when we deploy new version then they suspended app due to this CC info.

We are not storing CC info on our DB, we will just make a subscription using stripe with that credentials.

We appeal already twice. But no success, any idea what to submit as verifiable document. i mean what is the content of the certificate.

enter image description here

1 Answers

Have you added a privacy policy to Google Play? I had a similar issue and it was fixed after I added that information to the privacy policy and contacted Google Play support. After 1-2 days, they accepted my app.

Related