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...)
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
Edit: Before the application updates itself after a Service Center publish.
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.