codemillmatt / CheesedStorage

Demo application for Xamarin/Azure Store Primer Blog
2 stars 1 forks source link

iOS File Uploading in Background #1

Open MagneticLlama opened 6 years ago

MagneticLlama commented 6 years ago

Am I correct in believing uploading cannot be persisted in the background on iOS with this solution? From what I understand, iOS requires we upload using an NSUrlSession if we want the upload to continue after the app is put in the background.

codemillmatt commented 6 years ago

That is correct - for demo purposes, I assumed the app would always be in the foreground.