Http requests fails only while releasing Android APK
问题 I'm struggling in making my app work on Android APK release, the only scenario it fails is at generating and signing the apk. All http requests doesn't work. (The server is running under SSL) All Scenarios I've tried already: ionic serve -> Works fine. ionic cordova run android --device -> Works fine. Works on emulators as well. Also works fine generating the iOS build: ionic cordova build ios . On Xcode, running build targeting a real device. On Xcode, archiving and uploading it to