So I want just like the old behavior on Ionic 1. I can put the code in app.ts and it watch everything (all the pages and all the provides) and detect if any changes and do an auto update on client devices. But the doc said I need to inject import {Deploy} from ‘@ionic/cloud-angular’ in EACH PAGE? This really confuses me. How can I just put 1 code in 1 place and watch everything. A kinda set it and forget about it solution like Ionic 1…
The best place would be the web worker. Im thinking to move it there but for now i am using in app component with a set timeout to run only once on app start.
When i force app to deploy fresh uploaded for deployment version to production channel, it after reload run downgraded version… When trying use “dev” channel, it not download version to deploy.