Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想将此功能提供给我的应用程序。当用户一次输入登录信息(用户名和密码)时,我想保存此信息,当他们从多任务栏关闭应用程序时,他们应该自动登录......我该如何管理这个?你能帮助我吗?
提前致谢...
以安全方式执行此操作将需要使用密钥库。查看 Apple Developer 网站上的Keychain Services Programming Guide,了解如何执行此操作的详细信息。
http://developer.apple.com/library/ios/#documentation/Security/Conceptual/keychainServConcepts/iPhoneTasks/iPhoneTasks.html