Show loading progress in splash screen or first open

[Appflow]

Hi everyone I start to use appflow live deploy. I am using auto method, users will have to wait until download is complete in splashscreen.

I would like to show downloading process to user.

I am aware of https://ionicframework.com/docs/appflow/deploy/api#sync but I don’t know how to or where to use it.

How can I achive that ?

When using the auto method you’ll only get the default behavior which doesn’t allow for a progress display. To display progress you’d need to use the ‘none’ update method and implement your own update logic using the API. The downloadUpdate method includes a parameter that gives you a value for progress. I think it’s easier to start with the individual methods while you’re fleshing out the logic. The basic flow is: