Changing Live Deploy Update Method

Hi All,

Currently I am using live deploy with update method “background”. Now I am thinking of changing to “none” as I want to have full control of it trough the deploy plugin API. I have to question here:

  1. What is the proper way to just change the update method without calling cordova plugin add again?
  2. If there is a way to just change the update method without reinstalling the plugin, do I need to repackage the app or live deploy will take care of it?

Thanks!

5 Likes

Hi @sazalihisham, I just found the proper ionic CLI command from official doc to configure the deployment after setup

From there you will be able to change update method, channel and appId for a specific platform or all builds

1 Like