Windows Phone 8.1 background task closes before completion
问题 My background task takes a long time to complete, and the OS is just killing it. I'm trying to sync my contacts online, here's what I'm doing: Get all contacts from phonebook (takes ~1 second) Upload them to a server (~2 seconds) Retrieve all contacts from server (~2-3 seconds) Delete all contacts from ContactStore(ContactStore.DeleteAsync sometimes takes 1 minute to complete) Create a ContactStore and import all contacts )(~1-2 minutes for 1000 contacts) I have ~100 contacts and it's working