OStack程序员社区-中国程序员成长平台

标题: ios - 邀请 Facebook friend 使用应用程序 [打印本页]

作者: 菜鸟教程小白    时间: 2022-12-13 07:19
标题: ios - 邀请 Facebook friend 使用应用程序

我正在尝试使用 Facebook API 来启用 邀请 friend 使用我的应用程序 我使用了 Facebook 开发者文档。 问题是当用户邀请他的 friend 时,notifications 出现在那些使用安卓原生 Facebook 应用程序的人身上 但对于使用 iOS 端的用户不会出现。

这是我的代码

 FBSDKAppInviteContent *content =[[FBSDKAppInviteContent alloc] init];
        content.appLinkURL = [NSURL URLWithString"https://fb.me/<myAppLinkURL>"];
        //optionally set previewImageURL
        content.previewImageURL = [NSURL URLWithString"https://img.youtube.com/vi/fuBhQX3ki1Q/mqdefault.jpg"];

        // present the dialog. Assumes self implements protocol `FBSDKAppInviteDialogDelegate`
        [FBSDKAppInviteDialog showWithContent:content
                                     delegate:self];



Best Answer-推荐答案


您必须在应用设置中添加 iOS iPhone 商店 ID,请查看随附的屏幕截图。并在生成 AppUrlLink

时填写 ios 所需的所有信息

enter image description here

关于ios - 邀请 Facebook friend 使用应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30296501/






欢迎光临 OStack程序员社区-中国程序员成长平台 (https://ostack.cn/) Powered by Discuz! X3.4