Reputation: 39
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
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