I'm trying to debug a Cordova app by inspecting it remotely using the browser.
Per example, on my iPhone, I could access the webView by Safari Developer Menu, or in my Android, using Google Chrome chrome://inspect.
It works good when I install the app on the device by the CLI
cordova run ios
cordova run android
but, when I download the same app from the store, where I published it, I can't inspect it anymore, in fact I can't find it to inspect it in Chrome/Android nor Safari/iOs.
Is there a way to inspect the production app?
How am I supposed to debug it otherwise (e.g. the bug happens only in production)?
Thanks.
