草庐IT

FBSDKAppInviteContent

全部标签

ios - 应用程序邀请在 iOS 上没有收到通知,但在 Android 上收到通知,但是邀请列在 Facebook -> 应用程序 -> 应用程序邀请中

我在我的应用程序中添加了facebook应用程序邀请功能,下面是我发送应用程序邀请的代码letcontent=FBSDKAppInviteContent()content.appLinkURL=NSURL(string:"applinkurl")content.appInvitePreviewImageURL=NSURL(string:"appInvitePreviewImageURL")FBSDKAppInviteDialog.showWithContent(content,delegate:self);我在类(class)中添加了以下扩展extensionFACEBOOKTEXT:

ios - Facebook FBSDKAppInviteContent - 缺少应用程序链接 URL

您是否需要为您的应用程序链接url设置带有meta标记的网站,以便使用FBSDKAppInviteContent和FBSDKAppInviteDialog邀请friend?.如果我只把应用链接url放在那里,它显示了类似这样的错误MissingAppLinkURLTheapplinkusedwiththisinvitedoesnotcontainanAndroidoriOSURL.DevelopersarerequiredtoenteraURLforatleastoneplatform.我正在使用facebook-sdkiOS和fbsdksharekit。有谁知道如何解决这个错误或警告

ios - Facebook FBSDKAppInviteContent - 缺少应用程序链接 URL

您是否需要为您的应用程序链接url设置带有meta标记的网站,以便使用FBSDKAppInviteContent和FBSDKAppInviteDialog邀请friend?.如果我只把应用链接url放在那里,它显示了类似这样的错误MissingAppLinkURLTheapplinkusedwiththisinvitedoesnotcontainanAndroidoriOSURL.DevelopersarerequiredtoenteraURLforatleastoneplatform.我正在使用facebook-sdkiOS和fbsdksharekit。有谁知道如何解决这个错误或警告