gpt4 book ai didi

ios - Facebook 应用邀请中的“缺少应用链接 URL”

转载 作者:可可西里 更新时间:2023-11-01 05:33:02 24 4
gpt4 key购买 nike

我正在尝试设置 Facebook 应用邀请,但我不断收到:“此邀请中使用的应用链接不包含 Android 或 iOS URL”

我使用我的网站作为 URL,其中包含这些元标记:

<meta property="al:ios:url" content="(myapplink)" />
<meta property="al:ios:app_store_id" content="(myappid)" />
<meta property="al:ios:app_name" content="(myappname)" />
<meta property="og:title" content="(myappname)" />
<meta property="og:type" content="website" />

有人知道我做错了什么吗?谢谢

最佳答案

您需要创建一个 app link from there如果你还没有。步骤很简单,您将获得类似 https://fb.me/*********** 的链接。

然后你只需要使用这个链接作为你的应用程序链接,就像这样:

    FBSDKAppInviteContent *content =[[FBSDKAppInviteContent alloc] init];
content.appLinkURL = [NSURL URLWithString:@"https://fb.me/***********"];
//optionally set previewImageURL
content.appInvitePreviewImageURL = [NSURL URLWithString:@"http://anImageHost.com/img.png"];
[FBSDKAppInviteDialog showFromViewController:self withContent:content delegate:nil];

关于ios - Facebook 应用邀请中的“缺少应用链接 URL”,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37918858/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com