I have 2 apps which realize different functions for accessing a same website.
I hope I input the account name and password in one app then store somewhere, when I use another app access the same website, it will recognize the stored account info and log in automatically.
Is it possible?
Thanks
interdev
Look at UIPasteboard. Useful for passing data between apps, but I don’t know if it is secure enough for your particular application.
http://developer.apple.com/iphone/library/documentation/uikit/reference/UIPasteboard_Class/Reference.html