开发者

Saving username/password for a website in iPhone keychain

开发者 https://www.devze.com 2023-02-13 09:39 出处:网络
Is it possible that I can save password for some website in Keychain. Like if you open Gmail in safari iOS and select r开发者_Python百科emember me, it logs in automatically.

Is it possible that I can save password for some website in Keychain. Like if you open Gmail in safari iOS and select r开发者_Python百科emember me, it logs in automatically.

any workaround?

thank you.

al


You can use the GenericKeychain Apple sample app with the changes I outline in the answer to This question.


You can simply use NSURLCredential, it will save both username and password in the keychain.

See my detailed answered on https://stackoverflow.com/a/17997943/249869.

0

精彩评论

暂无评论...
验证码 换一张
取 消