I also have an issue that it’s being hidden by the splash screen - so you can’t see it unless you put a breakpoint in the code and stop the app, then it pops up. V strange
I sloved it by reinstalling the Cordova Plugin with the new Update Method. Check in config.xml and package.json if the value at Update Method has changed!
If that doesnt work I also faced the issue that sometimes if you use --prod mode it works with new Update Method and on normal Debug Mode it gives you this Alert. So you could try to test it on a --prod build.
My idea was to set the delay to longer than is needed and don’t autohide it. This allowed the app to start, show the splash, and the platform ready handler to close it when appropriate.
My issue atm is that sometimes it looks like it’s stuck - but what’s happening is it’s checking/downloading updates. Which I don’t want to happen.
Anyway try those settings and see if they work out for you
If you build your app with a production certificate that message goes away. You can still do everything else, i.e. debug remotely / update=none being adhered to if that’s your desire.