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

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

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -