I want to log in with Google for authentication and want to share resources using my iphone app. Is there an API or tutorial available for integrating Google into the latest iOS in the iOS application?
You can use "username", "password" and Google server name is "talk.google.com"
See the above link for XMPPit application. APPDelegate.m Representative methods are present in that method, method is validated
- (zero) xmppStreamDidAuthenticate: (XMPPStream *) Sender {} The above method Verifies whether the username and password are correct or not. If the username and password are correct, then it shows you your friends online.
Comments
Post a Comment