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
Post a Comment