I use TLS/SSL connection in my Android app. The min sdk = 15 and target = 21. But only with API 15 i have this error:
1496-1510/com.package E/Volley﹕ [81] NetworkDispatcher.run: Unhandled exception java.lang.IllegalArgumentException: SSL context may not be null
java.lang.IllegalArgumentException: SSL context may not be null
With other API works well.
I use this implementation for Volley TLS/SSL:
0 comments:
Post a Comment