我的应用程序已经上线,我正在为 iOS 9 更新它。所以我正在更新 FBSDK。邀请朋友时一切正常。它会打开对话框,选择要邀请的朋友,但我没有收到任何通知。这是我的代码:
FBSDKAppInviteContent *content =[[FBSDKAppInviteContent alloc] init];
content.appLinkURL = [NSURL URLWithString:@"https://fb.me/711720725626059"];
[FBSDKAppInviteDialog showWithContent:content
delegate:self];
有人可以给我任何建议或扩展。谢谢