-
Notifications
You must be signed in to change notification settings - Fork 74
Procedure for Creating and Retrieving Backup of the Wallet #182
Comments
Types of Backup
Steps to restore the backupFrom Cloud Backup
From File Backup
Below are the answers to your questions, with reference to Mobile Edge Agents
|
Hi @sahil-khanna thanks for your reply. |
From what I have seen so far
Note: I haven't checked if the |
Hi @sahil-khanna, I try to use the RestoreFromBackupAsync function, but I have a problem. Everything is alright until I restart my Wallet : Even if I store the Am I forgetting to do something? |
Hi @Acarcan, did you get any success ? |
CreateBackupAsync and RetrieveBackupAsync(or RestorFromBackupAsync) in Hyperledger.Aries.Routing.IEdgeClientService
I have few questions regarding Wallet Backups:
Are these methods capable of creating and restoring wallet backups if I reinstall the application on different phone?
Well I tried it myself, but as these methods have Context as an argument, which doesn't have an instance before the wallet is created. So, the backup was restored, but only in the case where app wasn't uninstalled. eg. I just deleted the credential and connection after creating the backup and restored it(using same seed), but didn't work if I uninstalled the app.
Does Mediator's Inbox(in .IndyClient folder ) contains a backup or copy of the wallet? If 'yes' than can we access that for restoring wallet?
Should I be looking into Hyperledger.Indy.WalletApi's ExportAsync & ImportAsync methods?
As it seems to fix the problem of restoration of backups after reinstalling the application.
The text was updated successfully, but these errors were encountered: