I have an application where the user can log in but i don’t want the user to enter his credentials every time he wants to use the application. 1 time would be sufficient but how(and whats the best way) to save 2 strings that i can revive by starting the application.
Share
The iPhone has a keychain API just like OS X. Or you could just store them using NSUserDefaults which would be easier but less secure.