菜鸟教程小白 发表于 2022-12-13 11:57:06

iOS : Not receiving facebook App invites


                                            <p><p>我正在尝试使用以下代码向我的 Facebookfriend 发送应用邀请
一切正常,但 friend 无法收到来 self 的 Facebook 应用邀请的任何通知。</p>

<pre><code>FBSDKAppInviteContent *content =[ init];
    content.appLinkURL = ;
    //optionally set previewImageURL
    content.appInvitePreviewImageURL = ;
    // present the dialog. Assumes self implements protocol `FBSDKAppInviteDialogDelegate`
    FBSDKAppInviteDialog *inviteDialog = ;
</code></pre></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>在几个小时也没有看到邀请通知后,我意识到通知只出现在 Facebook 移动应用程序中(不在 FB 网站上)。</p></p>
                                   
                                                <p style="font-size: 20px;">关于iOS : Not receiving facebook App invites,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/33363296/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/33363296/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: iOS : Not receiving facebook App invites