I have an android project which uses cordova
. I am firing some http
requests. It works fine. But when I generated signed apk, the firing is done as https
requests. Android studio does not support this type of requests. How can I find an alternate solution for this? I tried Phonegap Android app ajax requests to HTTPS fail with status 0 but this answer is outdated as Cordova 4.0.0
does not have this method .Please help me out.
Asked
Active
Viewed 60 times
0

Community
- 1
- 1

Nevin Raj Victor
- 2,924
- 3
- 23
- 37
-
Your SSL certificate is not trusted by the device, so use another SSL certificate or don't use SSL – jcesarmobile May 20 '15 at 11:09