I have a demo username / password that would be baked into the app. How can I securely store this username / password ?
Questions:
- Is it ok store the demo username / password in the code ?
- If the username / password code is going to be used stored in Keychain, would it have to be hardcoded or is there another way ?
- a) Is this any good because anyway it is exposed in the code ?
- Should the username / password be stored outside of the app ?
- Is there a better approach ?