Does Xamarin.Forms support periodic background tasks?
问题 I am having a difficult time finding documentation on background tasks support for Xamarin.Forms. Does Xamarin.Forms provide support for periodic background tasks? I need to implement this for both Windows Phone 10 and Android. 回答1: XF has no implementation for background tasks. You will need to implement these natively. Below are examples on how to do it for each type of project. UWP https://github.com/Microsoft/Windows-universal-samples/tree/master/Samples/BackgroundTask Android https:/