Does wlcommoninit get called when the app is reloaded using WL.Client.reloadApp??
I have a user logout function in a hybrid app. After logout, there is a call to reloadApp() method for WL.Client. It seems after reloading the wlcommoninit is not being called. It does get called if I kill the app and re-start it.
The MobileFirst version we're working with is 7.1. Added: There is a Cordova.js error in the logs which may be preventing the wlCommonInit() from being called after logout + reloadApp:
12-28 16:52:18.354: I/chromium(9539): [INFO:CONSOLE(309)] "Error in Success callbackId: App414539960 : Error: Unknown event action undefined", source: file:///android_asset/www/default/worklight/cordova.js (309)
12-28 16:52:18.354: I/chromium(9539): [INFO:CONSOLE(1576)] "Uncaught (in promise) Error: Unknown event action undefined", source: file:///android_asset/www/default/worklight/cordova.js (1576)