Ios &引用;“无URL共享”;工作不正常

Ios &引用;“无URL共享”;工作不正常,ios,objective-c,google-plus,Ios,Objective C,Google Plus,根据,您可以通过以下方式与Google+共享: - (IBAction) didTapShare: (id)sender { id<GPPShareBuilder> shareBuilder = [[GPPShare sharedInstance] shareDialog]; // This line will manually fill out the title, description, and thumbnail of the // item you're sh

根据,您可以通过以下方式与Google+共享:

- (IBAction) didTapShare: (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:@"New 5k record!"
             description:@"I just ran 5000 meters in 26:16! That's a new record!";
            thumbnailURL:@"https://www.example.com/images/5krun.png"];

  [shareBuilder open];
}

文档中没有提到这一点,这让我觉得它已经过时了,我需要做一些其他的事情来共享描述。有人得到了要出现的描述吗?

我也面临着同样的问题。你找到解决办法了吗@OpenUserX03不,我从未找到解决方案。好的,谢谢你的回答。我的问题是图像没有显示。(我改变了不同的图像大小。一切都不起作用。)有什么想法吗?@bagusflyer你找到解决办法了吗?
-[GPPShareBuilderImpl getURL] Content deep-link ID is required with title and description.