I am making an IPhone app in which userid and password is required in all the screens to make requests to the server, and I am thinking of saving those 2 values in NSUserDefault instead of passing an object around.
I am also thinking it will be useful if user has logged in once, and use the app again then user don't have to enter his/her details again.
But I am curious if it will be safe/good practice to use for first requirement?