I want to use deploy like in Ionic1 , but I can’t understand how to do it in Ionic2. Is there examples for it? I don’t know which module I need to import.
From the snippets I’ve read, it doesn’t work. Did you get it to work?
There is another thread here
Has anybody used Ionic Deploy successfully with an Ionic 2 app?
I have two problems:
The UI doesn’t update after interacting with Ionic.Deploy(). In Angular 1 terms, it looks like $digest is not triggered. Only when I click the screen somewhere it updates.
The apps UI overlaps with the iOS statusbar after updating (https://github.com/driftyco/ionic-plugin-deploy/issues/48 )