我得到了网址“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",我没办法。
任何人都可以提供一些建议吗?