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 enter image description here

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)

5) RootTools (last version)

6) RootShell (after. Version)

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 :(

  • show how you work with https? - dramf
  • @dramf I don’t work with it, I solved the problem, now I ’ll describe how - NowenUI

2 answers 2

Hello! there was a similar problem. Decided to switch to HttpsURLConnection

    The problem was solved as follows: since my program is a system tweaker, one of the tweaks of the Internet was the inclusion of the "OpenVPN Support" feature. That was the problem. In the assets folder was an openvpn file that contained the old OpenSSL library. Deleting this file and this item completely helped.