I use Ionic v1 and recently have upgraded cordova android to 7.1.4 & removed cordova-plugin-crosswalk-webview plugin as I was facing issue while building the app. I have got new problem that is the cookies are not persisted in the release build. Cookie in our case is used to store session id and inturn used for authorization. Note: The things works totally fine in the debug version.
Any help will be appreciated.