I have a tabbar app and I want to add login window that will show just for the first time the app is launched. and want username and password to be hard coded in the app. can anyone help me with this please.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You probably want to use KeyChain to store the information. Keychain is a secure way to store passwords since the storage values are encrypted.
Apple also has a sample project,
GenericKeychain:Another example of how to implement this using SFHFKeychainUtils is available here.