You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DownloadHadError event is not working and not triggering in windows operating system when there is no connectivity etc.
But this is working in MAC which is quite wierd.
The text was updated successfully, but these errors were encountered:
The docs for this event say, Called when the download of an app cast file **has downloaded** but has an error other than corruption (emphasis mine). In other words, if the app cast file never downloads, this event is not guaranteed to be called.
This event is not meant to be triggered when there is no download at all. Furthermore, I cannot replicate the DownloadHadError event being called on 2.3.0 on macOS.
If you are getting here through a call to CheckForUpdatesQuietly, monitor the UpdateCheckFinished event. The status will be UpdateStatus.CouldNotDetermine if the download failed outright.
If you are getting here through a call to CheckForUpdatesAtUserRequest, UIFactory?.ShowCannotDownloadAppcast is called.
If this does not help, please upload a reproducible sample.
DownloadHadError event is not working and not triggering in windows operating system when there is no connectivity etc.
But this is working in MAC which is quite wierd.
The text was updated successfully, but these errors were encountered: