-1

I have cordova-android 3.7.1. In debug mode of the the ionic android app it is working fine. But if I code sign the release build the app is not allowing to login. Looks like some issue with cordova-android 3.7.1 with REST service.

How to fix this issue ?

1 Answers1

0

I got the solution from the below stackoverflow link.

No internet access in signed APK

It is actually the problem with the SSL certificates Chain Issue

enter image description here

You can check your url for the above issue using the below site

https://www.ssllabs.com

Thanks

Community
  • 1
  • 1