I want to login with google for authentication and share resources using my iphone application. Is there any API or tutorial available for integrating Google into iPhone Application for the latest IOS.
I want to login with google for authentication and share resources using my iphone
Share
https://github.com/robbiehanson/XMPPFramework
for login to google you have provide “username”,”password” and google server name that is “talk.google.com”
see above link for xmppchat application.in APPDelegate.m delegate methods are there in that one method is didAuthenticate method
Above method verifies username and password is correct or not. if username and password is correct then it show you online to your friends.