UIWebView
通过显示打开的页面FBSDKAppInviteDialog
不会像往常一样加载朋友列表,而是在空白页面状态或无限加载指示器状态下停止。
let text = "invite text"
content.appLinkURL = URL(string: "valid_url_to_fb_me")!
content.promotionText = text
content.promotionCode = "\(code)"
let dialog = FBSDKAppInviteDialog()
dialog.fromViewController = self.viewController
dialog.content = content
dialog.delegate = self
dialog.show()
并且FBSDKAppInviteDialogDelegate
没有调用方法。
这种行为在一周前是不可重现的。
iOS Simulator 10.2,与 iPhone 5S 和 iPad mini 9.2 真实设备上的 iOS 10.2.1 上的行为相同。
Facebook SDK - 4.15.1
提前感谢您的任何帮助或建议。