我面临一个问题。当我尝试使用社交框架通过Twitter发帖,并且出现Twitter卡时,我点击"发布",卡消失但在Twitter帐户中此帖未显示。
let post = SLComposeViewController(forServiceType: SLServiceTypeTwitter)!
post.title = "MyApp"
post.setInitialText("\(title ?? "")\n\(description!)\n")
post.add(url)
post.add(image)
post.completionHandler = { (result) in
print(result)
}
self.present(post, animated: true, completion: nil)
大约一个月前,所有工作都已完成,代码也没有改变。
输出中的消息
SLRemoteComposeViewController :(这可能是无害的)viewServiceDidTerminateWithError:Error Domain = _UIViewServiceErrorDomain Code = 1"(null)" UserInfo = {Terminated = disconnect method}
顺便说一句Facebook正在运作