Add OnApplicationUpdate for when application is Updated
1260
Views
10
Comments
New
Mobile

Add a new client action for System event for when the mobile app is updated (through dehydration). 

This way we can add specific logic to treat properly this situation (toggle features, start sync, improve user experience, add analytics, etc...)

Merged this idea with 'Mobile onUpdate Client Event' (created on 01 Jun 2018 15:22:40 by Carlos López Santibáñez Jácome)

Hi 


I'd like to have a way to edit local data (or perform some other client logic) before the application updates (or rather tries to update) itself. I'm thinking it could be an addable System Event such as the OnAppliationReady and OnApplicationResume events.


Regards,

  CLSJ





This comment was:
- originally posted on idea 'Mobile onUpdate Client Event' (created on 01 Jun 2018 by Carlos López Santibáñez Jácome)
- merged to idea 'Add OnApplicationUpdate for when application is Updated' on 08 Nov 2018 10:52:30 by Kilian Hekhuis

Edit: Before the application updates itself after a Service Center publish.



This comment was:
- originally posted on idea 'Mobile onUpdate Client Event' (created on 01 Jun 2018 by Carlos López Santibáñez Jácome)
- merged to idea 'Add OnApplicationUpdate for when application is Updated' on 08 Nov 2018 10:52:30 by Kilian Hekhuis
Changed the category to
Frontend


This comment was:
- originally posted on idea 'Mobile onUpdate Client Event' (created on 01 Jun 2018 by Carlos López Santibáñez Jácome)
- merged to idea 'Add OnApplicationUpdate for when application is Updated' on 08 Nov 2018 10:52:30 by Kilian Hekhuis
2014-02-07 17-02-43
Vasco Pessanha
Changed the category to
Mobile

I agree

I agree

I agree

There could be one action running just before update and another after update.

This would be a great addition to the system events. One of our use cases would be to make sure that certain records are available in the local database. Now we check this on every app load and resume but we could optimize this if we get an "onUpdate" event.