evgenyneu/keychain-swift

KeychainSwift save Array of [String]

CodeTeamLabs opened this issue · 1 comments

Guys I wouldn't want to make mistakes but they couldn't find how to save an array of strings inside the KeychainSwift ... does anyone have a solution for this?

Good question. I can think of two ways:

  1. Convert array of strings to a single string in JSON format.

  2. Convert array of strings to Data object.