safe-global / safe-ios

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

[iOS] Export & import app data #3418

Closed DmitryBespalov closed 5 months ago

DmitryBespalov commented 6 months ago

Export and import app data into an encrypted data file.

Export data

Screen E1.

Export instructions

  1. Create a file password Enter a strong password for locking the export file.
  2. Export the data Data includes the owner keys, safes and address book, in an encrypted file format.
  3. Save the data file Store the export file in Files on your device or a secure location of your choice.

Screen E2.

Create file password

Screen E3.

Repeat file password

Screen E4.

Export screen In-progress activity indicator

Screen E5.

Save exported data

Import data

Screen P1.

Import instructions

  1. Select the data file Choose a *.safedata file that was exported before.
  2. Enter file password Enter the password to access the data from the file.
  3. Import the data The imported data includes owner keys, safes and address book. Duplicates will be skipped.

Screen P2.

Select file

Screen P3.

Enter password. Enter the password for the data file.

Screen P4.

Import screen.

Screen P5.

Success screen