菜鸟教程小白 发表于 2022-12-13 07:19:56

ios - 邀请 Facebook friend 使用应用程序


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

<p><strong>这是我的代码</strong> </p>

<pre><code> FBSDKAppInviteContent *content =[ init];
      content.appLinkURL = ;
      //optionally set previewImageURL
      content.previewImageURL = ;

      // present the dialog. Assumes self implements protocol `FBSDKAppInviteDialogDelegate`
      [FBSDKAppInviteDialog showWithContent:content
                                     delegate:self];
</code></pre></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>您必须在应用设置中添加 iOS iPhone 商店 ID,请查看随附的屏幕截图。并在生成 <strong>AppUrlLink</strong></p> 时填写 ios 所需的所有信息

<p> <img src="/image/syBoN.png" alt="enter image description here"/> </p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 邀请 Facebookfriend 使用应用程序,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/30296501/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/30296501/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 邀请 Facebook friend 使用应用程序