Charmy
Charmy

Reputation: 39

Xamarin Forms Background Service

I am doing some background services in Xamarin Forms but the Perform Fetch is not Calling even I had enable background mode. Anyone know when it calls?

Upvotes: 0

Views: 270

Answers (1)

Ivan I
Ivan I

Reputation: 9990

As said on https://developer.apple.com/documentation/uikit/uiapplicationdelegate/1623125-application :

Deprecated

For apps supporting iOS 13 and higher use BGAppRefreshTask.

Upvotes: 1

Related Questions