-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Progress is unreliable #88
Comments
It sounds like you're setting the In that case, we're not updating For With |
That's pretty much what I guessed, though I don't understand why setting |
|
Testing all with Google Drive:
GTMSessionFetcher.downloadedLength
is0
until the download finishes, instead of updating as more bytes are receivedGTMSessionFetcher
'sdownloadProgressBlock
totalBytesExpectedToWrite
is always 0 or -1.GTMSessionFetcher
'sbeginFetchWithCompletionHandler
is returningnil
NSData
, even though it successfully saves the file to disk. Intentional?Tested on iPhone 6, iOS 9.3.
The text was updated successfully, but these errors were encountered: