A Microsoft framework for building cross-platform mobile apps using .NET and C# with native performance and user interfaces.
Waking a Xamarin Forms Application
Developing an App which sends jobs to a worker - it already has a background service (under Android) which is used to send updates back to the server but I have been asked to look at support for 'Lone Workers'. The basic requirement is every say 30 minutes, the App will display a popup to which the user must confirm they are still OK and then that response will be sent back to the server.
Fine if the App remains active however it needs to be able to work even if the phone is asleep as the user may look at their jobs and then just put the phone down. Is there a reliable / preferred way that I could force an App into the foreground, waking the phone if necessary to alert them on a timed basis?