G + sdk donnant une erreur de connection?

J'ai mis en place Google Plus Api et je me connecte tel qu'il est indiqué sur le site. Mais il donne problème après la connection lorsque je clique sur autoriser l'access comme indiqué ci-dessous:

entrez la description de l'image ici

Le message suivant apparaît:

entrez la description de l'image ici

Mon code est le suivant, s'il vous plaît me dire s'il rest quelque chose:

- (void)viewDidLoad { self.signInButton.delegate = self; self.signInButton.clientID = kClientId; self.signInButton.scope = [NSArray arrayWithObjects: @"https://www.googleapis.com/auth/plus.me", nil]; SLNetworkAppDelegate *appDelegate = (SLNetworkAppDelegate*) [[UIApplication sharedApplication] delegate]; appDelegate.signInButton = self.signInButton; share =[[GPPShare alloc] initWithClientID:kClientId]; share.delegate = self; // optional appDelegate.share=share; [super viewDidLoad]; // Do any additional setup after loading the view, typically from a nib. } - (IBAction) didTapShare: (id)sender { [[[[share shareDialog] setURLToShare:[NSURL URLWithSsortingng:@"https://developers.google.com/+/mobile/ios/getting-started"]] setPrefillText:@"testing share via google plus"] open]; // Or, without a URL or prefill text: [[share shareDialog] open]; } In App delegate file: - (BOOL)application:(UIApplication *)application openURL:(NSURL *)url sourceApplication:(NSSsortingng *)sourceApplication annotation:(id)annotation { if ([signInButton handleURL:url sourceApplication:sourceApplication annotation:annotation]) { return YES; } if ([self.share handleURL:url sourceApplication:sourceApplication annotation:annotation]) { return YES; } return NO; } 

Vous devez assigner uri de redirection dans votre projet avec votre ID de bundle comme ceci, donc après une authentification réussie votre application sera lancée à partir de safari si vous gérez correctement votre URL:

entrez la description de l'image ici

Placez l'identifiant du bundle comme identifiant et URLSchemes …