Skip to content

SUScheduledCheckInterval = 3600 in info.plist not respected, Sparkle resets to 604800.0 #2513

Answered by zorgiepoo
stormychel asked this question in Q&A
Discussion options

You must be logged in to vote

Did you ever set the updateCheckInterval property at runtime? If so, that will override what you set in your Info.plist. Read the documentation for the property.

Check what -[SPUUpdater updateCheckInterval] returns or what's in your app's defaults: defaults read my-app-bundle-id

Also that delay will be <= your update check interval because it's the time left until the next check.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@stormychel
Comment options

@zorgiepoo
Comment options

Answer selected by stormychel
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #2512 on February 20, 2024 03:28.