All Collections
Getting Started
Troubleshooting
Google Play Console security warning
Google Play Console security warning
Arnaud avatar
Written by Arnaud
Updated over a week ago

A security error may be present on your Google Play Console after publishing an Android app containing Batch 1.15 or lower.

The error is:

Unsafe encryption
Your app contains unsafe cryptographic encryption patterns. Please see this Google Help Centre article for details.

- com.batch.android.c.h.c

or

Mode de chiffrement non sécurisé

Votre application contient un mode de chiffrement moins sécurisé.
- com.batch.android.c.h.c


Rest assured that encryption during network transit is safe as Batch SDK uses standard HTTPS to secure its communications to our servers. We're using the latest cyphers available when possible and don't disable security features.

On top of that, the SDK uses another layer of encryption for obfuscation purposes for:

- Network data payloads, before being sent over HTTPS

- Internal SDK data stored on the internal app storage (such as the Installation ID)

The algorithm we use is deprecated: Google flags this encryption as weak and shows the Play Console warning.

Unfortunately, we can't tell Google that we're not using this in the wrong way.

We added a workaround in Batch 1.16.0, which should silence the error.


This article belongs to Batch's FAQ. Need more help? Find insightful articles, documentation, case & market studies, guides, and even more in our website's Resources section on batch.com and our blog.

Did this answer your question?