matthewpalmer / Locksmith

A powerful, protocol-oriented library for working with the keychain in Swift.
MIT License
2.92k stars 268 forks source link

Asking for permissions after every app upgrade #204

Open SpencerCDixon opened 5 years ago

SpencerCDixon commented 5 years ago

Happy to repost this over on S.O if not appropriate for this repo but thought someone here might just know the answer.

We use Locksmith to save users login credentials:

  try Locksmith.saveData(data: ["XXX": creds.password, "XXX": creds.email], forUserAccount: self.userAccountKey)

And every time we do an update to our app and redeploy users are re-prompted to give keychain permissions on High Sierra. Never seems to be an issue on Mojave though.

Kind of at a loss for what to even google to try and resolve this :( If anyone has some thoughts it would be much appreciated