@Rashmi13 wrote:
The offline mode has stopped working with possibly recent IOS upgrade. We deployed it to the ap store in Aug 2019; Now when we are retesting the app for next release; we find the offline requests are not firing when back online:
Here are some details
config.xml
plugin name=“cordova.plugins.diagnostic” spec="~3.8.1"
plugin name=“cordova-plugin-whitelist” spec="~1.3.3"
plugin name=“cordova-plugin-statusbar” spec="~2.4.1"
plugin name=“cordova-plugin-sqlite-2” spec="~1.0.4"
plugin name=“cordova-plugin-splashscreen” spec="~5.0.1"
plugin name=“cordova-plugin-settings-hook” spec="~0.2.7"
plugin name=“cordova-plugin-privacyscreen” spec="~0.3.1"
plugin name=“cordova-plugin-network-information” spec="~2.0.1"
plugin name=“cordova-plugin-inappbrowser” spec="~2.0.1"
plugin name=“cordova-plugin-file” spec="~6.0.1"
plugin name=“cordova-plugin-file-transfer” spec="~1.7.0"
plugin name=“cordova-plugin-actionsheet” spec="~2.3.3"
plugin name=“cordova-plugin-app-version” spec="~0.1.9"
plugin name=“cordova-plugin-camera” spec="~4.0.1"
ionic cordova plugin lscom-badrit-base64 0.2.0 "Base64" cordova-plugin-device 2.0.2 "Device" cordova-plugin-statusbar 2.4.2 "StatusBar" cordova-plugin-telerik-imagepicker 2.3.2 "ImagePicker" cordova-plugin-whitelist 1.3.3 "Whitelist" cordova.plugins.diagnostic 3.8.1 "Diagnostic" ionic-plugin-deeplinks 1.0.15 "Ionic Deeplink Plugin"
package.json
…
“@ionic-native/sqlite”: “4.5.2”,
“cordova-plugin-sqlite-2”: “1.0.4”,
…
Posts: 1
Participants: 1