Hello!
I encountered such a problem for the first time: Google Play does not accept a new application, immediately after the publication a letter arrives in the mail
For me it seemed strange, I have undertaken the following methods:
1) Looked at the OpenSSL version
OpenSSL 0.9.8h 28 May 2008
2) I found libssl.so and libcrypto.so (version 1.0.2) and integrated it into the project (I created the jniLibs folder in / app / src / main and put the .so files there on the necessary folders armeabi, x86, armeabi-v7 .. ) Files in the APK file were integrated, but it did not help.
3) I looked at third-party libraries, it seems that there should be no problems with them
I use:
1) Google AppCompat v7 (24.2.0)
2) Google Design Library (24.2.0)
3) Google Play Licensing Library (last version)
4) android-gif-drawable (1.2.1)
7) EasyDeviceInfo (last version)
8) AndroidDeviceNames (last version)
9) DeviceInformation (after. Version)
So I do not know what to do. Everything is up to date (Android Studio, SDK 24), everything is updated, but I don’t know how to fix it :(