safe-global / safe-ios

Safe Multisig iOS app.
GNU General Public License v3.0
114 stars 37 forks source link

[iOS] The generated key without back up doesn't marked as the key without back-up after importing #3440

Open DmitryBespalov opened 1 month ago

DmitryBespalov commented 1 month ago

Steps:

  1. create a new key and skip backup process
  2. export the data to the file
  3. delete the key from step 1
  4. import the file Current result: there is lock icon near the keys , but there is no mark near the key in the keys list
DmitryBespalov commented 1 month ago

Technically, the keys are backed up, in the encrypted file. However, this is not the same as backing them up with a seed phrase. For now, I think, we should keep it as is.