I've an app in Google Play, today I received a mail from Google saying that:
Google Play warning: You are using an unsafe implementation of X509TrustManager
It says something about the SSL certificate issues and a way to solve the issue.
I'm asking this question because of curiosity,
- Actually what is this warning all about ?
- I'm not using any network related activities in my app (it's a local database driven app), so why this warning occurred for my app?
More Details:
My app was built using Appcelerator Titanium and google says this implementation is in ti.modules.titanium.network.NonValidatingTrustManager;
. I'm sure that I never used such a class in my code.