Storing hardcoded string securely in app

I wanted to store a static/hardcoded string isecurely within the app. Can we use keychain for this purpose. If yes, Is there any sample app to learn how to store static string securly and retrieve them.

Replies

I’ve addressed this question in your other thread.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"