OneDrive / onedrive-sdk-ios

OneDrive SDK for iOS
https://dev.onedrive.com
Other
100 stars 87 forks source link

ODURLSessionDownloadTask.progress is 'nil' after calling [ODItemContentRequest downloadWithCompletion] #126

Closed gigades closed 8 years ago

gigades commented 8 years ago

In case of current account session need refreshing, after calling [ODItemContentRequest downloadWithCompletion], the value of [ODURLSessionDownloadTask.progress] will still be 'nil' until account session has been refreshed so there is no way to add observer to the progress property.

kevklam commented 8 years ago

Should be fixed now, thanks for reporting/investigating!