Hi,
I have developed an android mobile application using oracle jet and have used rest api's to access the database. My rest api calls HTTPS request. Here when I run the debug apk in mobile or when am running the web version in my local system its working fine. But when i build the apk in release mode am unable to run it on my mobile device.
My Ajax call returned with status code 0 and status text as error.
Also I could able to run the release apk when i call the rest url using HTTP request.
Can anyone guide me with a solution
Thanks