ios - Delegate not working for google plus integration -


i trying implement google plus integration,sign in working properly,the problem after sign in not entering in - (void)finishedwithauth coe follows:

gppsignin *signin = [gppsignin sharedinstance];      signin.clientid = @"client_id";      signin.scopes = [nsarray arraywithobjects:                      kgtlauthscopepluslogin,                      nil];         signin.delegate = self; 

already declared gppsignindelegate delegate

its problem checking call url, plz check redirect url in appdelegate


Comments

Popular posts from this blog

php - cannot display multiple markers in google maps v3 from traceroute result -

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -