Xamarin 表单后台服务
Xamarin Forms Background Service
我正在 Xamarin Forms 中执行一些后台服务,但即使我启用了后台模式,执行提取也没有调用。有人知道它什么时候来电吗?
如 https://developer.apple.com/documentation/uikit/uiapplicationdelegate/1623125-application 所述:
Deprecated
For apps supporting iOS 13 and higher use BGAppRefreshTask.
我正在 Xamarin Forms 中执行一些后台服务,但即使我启用了后台模式,执行提取也没有调用。有人知道它什么时候来电吗?
如 https://developer.apple.com/documentation/uikit/uiapplicationdelegate/1623125-application 所述:
Deprecated
For apps supporting iOS 13 and higher use BGAppRefreshTask.