How to perform a simple background task on Xamarin iOS
问题 In our app users can track and submit journeys they have recorded. I need a simple way of creating a task in iOS. I have already created and tested this on Android. It works via: The user selects the journeys they would like to submit. Taps sync and a foreground service is created that syncs the journeys to our API. This service will continue to sync journeys even if the app is put into the background or even closed. So in short how can i achieve this on iOS 9-13? I have already tried