didDownloadUpdate:(SUAppcastItem *)item is not getting called #2374
prasann-1433
started this conversation in
General
Replies: 1 comment 1 reply
-
never mind, looks like there was typo, when i did copied the delegate from .h file it worked. But some times i am seeing the log after re-start of app Error: Failed to gain authorization required to update target even though my app is in desktop where its in writable mode. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
updater:(SPUUpdater *)updater didDownloadUpdate:(SUAppcastItem *)item;
this delegate is not getting called after download is completed.
I am updating from 1.27 to 2.41 and have updated code and new edSignature but for some reason the delegate didDownloadUpdate is not getting called. I now for sure the app.zip is getting downloaded since i checked that in my charles as well i see this warning in console
Warning: Downloader's expected content length (%llu) != Appcast item's length (%llu)"
rest all delegates like below are getting called except the didDownloadUpdate am i doing something wrong.
Beta Was this translation helpful? Give feedback.
All reactions