MemoWallet

FAQ

General

I cannot update MemoWallet to version 2.0 or higher. Why I cannot see the update button?

MemoWallet 2.0 or higher is available for iOS/iPadOS 17.0 or later. If your iOS/iPadOS version is lower than 17.0, you need to update your iOS/iPadOS before updating MemoWallet to version 2.0 or higher.

I have accidentally deleted MemoWallet app. Is there any memos available after deleting the app?

MemoWallet doesn't save any copy of memos to outside of the app due to privacy, unless users export or share memos manually.

If you haven't exported or shared memos to other locations manually, you can check the device backup in iCloud to see if your MemoWallet backup is available.

How can I make a backup of my memos?

You can use Export as JSON and Import from JSON as the method of backup and restore your memos. This feature requires version 2.0 or higher with Pro feature(In-App Purchase required).

You can also share each memo from detail view by pressing share button on the top toolbar. With sharing you can send a memo to other applications or save to other locations.

What is the JSON file format to import memos?

MemoWallet JSON format is a list of memos which contains title and content.

Example 1

{"memos":[{"title":"Example Title 1","content":"Example Content 1"},{"title":"Example Title 2","content":"Example Content 2"},{"title":"Example Title 3","content":"Example Content 3"}]}

Example 2

{

  "memos": [

    {

      "title": "Example Title 1",

      "content": "Example Content 1"

    },

    {

      "title": "Example Title 2",

      "content": "Example Content 2"

    },

    {

      "title": "Example Title 3",

      "content": "Example Content 3"

    }

  ]

}