Sparkle icon indicating copy to clipboard operation
Sparkle copied to clipboard

Cannot check update every time app start

Open fpfengpan opened this issue 5 years ago • 3 comments

I am using the 1.21.0 version. It cannot check update every time I start my app. It can check the updates when manually click 'check for update' in MainMenu. Is there anything I need to do when app start?

fpfengpan avatar Dec 05 '18 07:12 fpfengpan

We intentionally don't check every time. We check once a day.

You can set SUScheduledCheckInterval in Info.plist to something else to check more often.

kornelski avatar Dec 05 '18 10:12 kornelski

So if the app keep running several days(without quit), it will still check once every day, right?

fpfengpan avatar Dec 05 '18 11:12 fpfengpan

Yes, there's a timer that checks even if the app is long-running.

kornelski avatar Dec 05 '18 13:12 kornelski