Hi,
I miss an event, or state, in the new App Lifecycle, for detect whether the app was terminated after sleep, so when started again I need to know whether to restore any states (navigation stack, view states) or not. That is was it a clean start or a restart after being terminated by the OS.
Is this possible to detect or do I need to handle this separately for each OS? Is this missing piece coming to Xamarin Forms and when?
Thanks!
/ Joel