Skip to content

Triggering auto update permission dialog #2343

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

You must be logged in to vote

There aren't any known issues.

How do you reset to trigger the auto update permission dialog subsequently? I've tried trashing the app preferences plist or app container folder with no success.

You can't modify the files on disk as they may persist in memory in some system daemons. You need to manipulate defaults using the defaults command.

Check your app's defaults with defaults read my-app-bundle-id

Specifically for this question you are interested in

defaults read my-app-bundle-id SUEnableAutomaticChecks
defaults read my-app-bundle-id SUHasLaunchedBefore

You can use defaults delete my-app-bundle-id SUEnableAutomaticChecks e.g. to remove that key from the defaults.

The permission dia…

Replies: 1 comment 4 replies

Comment options

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

@Cornfritter
Comment options

@zorgiepoo
Comment options

@Cornfritter
Comment options

Answer selected by Cornfritter
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