Skip to content

Automatically download and install updates in the future button disabled #2199

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

You must be logged in to vote

Take a look at the programmatic setup if you're just using Sparkle in a standard way and can use SPUStandardUpdaterController.

Please don't use setFeedURL() for new projects; the API documentation warns against this. Provide your feed using the SUFeedURL key in your Info.plist. Our website documentation covers using channels and switching feeds if you need alternative appcasts.

-checkForUpdates is only intended for update checks that the users initiate themselves (e.g. from a menu bar item). The API documentation covers this.

Sparkle can automatically check for updates in the background otherwise based on a scheduled interval. By default, it will ask your user permission to check for new …

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@jzau
Comment options

@zorgiepoo
Comment options

@jzau
Comment options

@zorgiepoo
Comment options

@jzau
Comment options

Answer selected by jzau
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 #2198 on July 13, 2022 00:33.