标签: xamarin.forms
我已经为后台任务功能编写了代码。但无法使用PerformFetch方法。
PerformFetch
UIApplication.SharedApplication.SetMinimumBackgroundFetchInterval(MINIMUM_BACKGROUND_FETCH_INTERVAL); LoadApplication(new App()); return base.FinishedLaunching(app, options);