IOS Facebook邀请Missing App Link URL

时间:2017-10-27 09:16:48

标签: android ios facebook-graph-api facebook-invite

enter image description here

我得到了网址“h t t p:// fb。 me / number“通过App Link Tool引用https://developers.facebook.com/docs/app-invites/ios?locale=en_US

并使用代码

FBSDKAppInviteContent *content =[[FBSDKAppInviteContent alloc] init];

content.appLinkURL = [NSURL URLWithString:@"h t t p s :// fb . me / number"];

content.appInvitePreviewImageURL = [NSURL URLWithString:@"https ://xxxx_image.jpg"];

[FBSDKAppInviteDialog showFromViewController:self
                                 withContent:content
                                    delegate:self];

但它总是说"缺少App Link URL",我没办法。

任何人都可以提供一些建议吗?

0 个答案:

没有答案