Tag: 社交分享

在iOS中使用Google Plus的图像共享

我想分享在谷歌加图像: 我已经使用谷歌+ API AppDelegate.m [GPPSignIn sharedInstance].clientID = @"MyClientID"; [GPPDeepLink setDelegate:self]; [GPPDeepLink readDeepLinkAfterInstall]; 并button的动作 ViewController.m id<GPPShareBuilder> shareBuilder = [[GPPShare sharedInstance] shareDialog]; [shareBuilder setURLToShare:[NSURL URLWithString:@"http://dummy.com"]]; [shareBuilder setTitle:@"Some title" description:@"Some description" thumbnailURL:[NSURL URLWithString:@"http://dummy.com/image"]]; [shareBuilder setContentDeepLinkID:@"MyclientID"]; [shareBuilder open]; 但点击它崩溃和错误显示: -[__NSDictionaryM gtm_httpArgumentsString]: unrecognized selector sent to instance 0x1e887ea0' 它崩溃了[shareBuilder打开]