[FAQ] Force Auto Updates on end-user machines

Question

When using the new Auto Updates feature, can you force the update? I.e. remove the ability for the user to say no/postpone?

Answer

You can choose to notify the user or directly install the update on restart of the platform. If the user is notified, they have the option to postpone the updates or apply them immediately by restarting the platform. If they choose to defer (postpone) it, the update will automatically be applied the next time the application restarts.This is set in system.json under "autoUpdater" with the following properties:

Property Type Description
"enabled" boolean If true, will enable automatically updating io.Connect Desktop. Defaults to false.
"notifyUser" boolean If true (default), the user will be prompted to apply the platform update immediately after the update has been downloaded.

For more details chec the Auto Updates docs →