我需要在谷歌分享照片加:GPPShareBuilderImpl的getURL內容深度鏈接ID必須與標題和描述
的東西,確實是:
AppDelegate.m
static NSString * const kClientId = @"MyClient ID";
[GPPSignIn sharedInstance].clientID = kClientId;
按鈕
點擊
- (IBAction)SharePressed:(id)sender {
id<GPPShareBuilder> shareBuilder = [[GPPShare sharedInstance] shareDialog];
// This line will manually fill out the title, description, and thumbnail of the
// item you're sharing.
[shareBuilder setTitle:@"Try Sharing g+" description:@"demo" thumbnailURL:[NSURL URLWithString:@"http://UrlForShaingPhoto/asd/imagename.jpg"]];
[shareBuilder open];
但在點擊它表明我
[lvl=3] -[GPPShareBuilderImpl getURL] Content deep-link ID is required with title and description.
,並沒有任何反應
我已經投了票,希望能夠回覆我的回答 –