iCloud sync keychain

后端 未结 4 857
庸人自扰
庸人自扰 2021-01-11 20:41

In my app, I want to be able to sync a configuration that gets created by the user. I wanted to use iCloud to sync that configuration so that it is always the same on all de

4条回答
  •  耶瑟儿~
    2021-01-11 21:25

    No, keychain syncing is not part of iCloud. It was part of dot mac syncing, but that is no longer available.

    There will probably be feedback on whether this is a good idea or not (automatically moving passwords from one device to another), especially in the situation where multiple people share an iCloud account (likely, but not guaranteed these days).

    If you feel that storing the password on the device's keychain (and thus requiring the user to enter it at least once per device), then you will need to provide your own encryption and safety and store the data in iCloud directly, such as in the keystore.

提交回复
热议问题