Never receive gentle toast notifications even when new updates available #2419
Replies: 2 comments 1 reply
-
I don't see Sparkle used in that project so I don't have any context with what your implementation looks like. The documentation for gentle reminders however is over here -- https://sparkle-project.org/documentation/gentle-reminders/ . This also includes examples. When gentle reminders are shown is based on your delegate implementation of those methods, specifically starting at -[SPUStandardUserDriverDelegate standardUserDriverShouldHandleShowingScheduledUpdate:andInImmediateFocus:] and -[SPUStandardUserDriverDelegate standardUserDriverWillHandleShowingUpdate:forUpdate:state:]. The suggested If you don't have any custom delegate implementation whatsoever, at least in the context of a backgrounded app, the "gentle" check then is simply not stealing the user's focus and presenting the update window in the background at least when the app has been running for some time. |
Beta Was this translation helpful? Give feedback.
-
I removed Sparkle from the project yesterday. The last version using Sparkle is: |
Beta Was this translation helpful? Give feedback.
-
Description of the problem
I can select
Check for updates
in my UI menu and get a Sparkle window showing a new update available. Upgrading works. But, I never receive gentle reminders for new updates. I've tried deleting theSULastCheckTime
default for my app, but never get any gentle reminders.Do you use Sandboxing in your app?
No
Version of
Sparkle.framework
in the latest version of your app2.5.0-beta.1
Version of
Sparkle.framework
in the old version of app that your users have (or N/A)2.5.0-beta.1
Sparkle's output from Console.app
App source code: https://github.com/wakatime/macos-wakatime
Beta Was this translation helpful? Give feedback.
All reactions