Thanks for being a part of WWDC25!

How did we do? We’d love to know your thoughts on this year’s conference. Take the survey here

Authorization DB Reset

Is it true that the auth.db file is reset after updates? If so, is this behavior expected and when does it occur specifically?

Does this occur on minor updates as well or major OS updates only?

Answered by DTS Engineer in 834083022
Is it true that the auth.db file is reset after updates?

Last I checked that was the case. If you want to know the current state of affairs, it’s easy to test it for yourself [1]. However, you have to understand that this is an implementation detail. You should aim to create a product that works either way.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

[1] I generally use VMs for this sort of testing, which makes it easy to repeat a given test from a known good snapshot.

Accepted Answer
Is it true that the auth.db file is reset after updates?

Last I checked that was the case. If you want to know the current state of affairs, it’s easy to test it for yourself [1]. However, you have to understand that this is an implementation detail. You should aim to create a product that works either way.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

[1] I generally use VMs for this sort of testing, which makes it easy to repeat a given test from a known good snapshot.

Authorization DB Reset
 
 
Q