@elduderino15 wrote:
The problem with building my app is that when I build it with
cordova clean android cordova build --release android + sign + zipalignthe app fails to process any
http / httpsrequest.
When I build with
cordova build --debug androidthe requests work, but I can not upload it to the app store because it's a debug build.
I would like to compare both final builds to identify the culprit. How can I compare the now binary
AndroidManifest.xmlfiles for instance? I found this post, yet I can not make any sense out of it for myself.
Posts: 1
Participants: 1