Suppress error popup if update URL not reachable? #2715
Unanswered
rak-sascha-github
asked this question in
Q&A
Replies: 1 comment
-
By default Sparkle performs background checks for update in the background automatically (once every 24 hours, though configurable). The API you're probably calling (checkForUpdates) is intended for user-initiated checks like from a menu item or button. More info: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
currently when the app is launched and the update check is being made but the update URL is unreachable Sparkle will eventually popup an error dialog that the user must close. Is there any way to suppress the popup and fail silently?
Beta Was this translation helpful? Give feedback.
All reactions