Skip to content

Not sure Sparkle being initialized #2486

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

You must be logged in to vote

To do that, I'm wiping my all my SU_____ keys in my preferences plist (/Users/user/Library/Preferences/com.myorg.myapp.plist). Then I'm starting the app (in Xcode), quitting the app, again and again. I noticed no new entries into my preferences plist ever gets added unless I manually run checkForUpdates via the menu item.

You can't manipulate the defaults on disk like that. You need to use the defaults command to remove defaults. They are otherwise persisted in-memory in a daemon. If you defaults delete my-bundle-id then on 2nd launch Sparkle should ask the permission prompt for checking for updates automatically. Some other details are in the testing section on the main website documen…

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
4 replies
@coryl
Comment options

@coryl
Comment options

@zorgiepoo
Comment options

@coryl
Comment options

Answer selected by coryl
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 #2485 on January 06, 2024 01:19.