每当我尝试在其上调用composeViewControllerForServiceType:serviceType时,我的SLComposeViewController都返回null。 我可以分配它:
SLComposeViewController *test = [[SLComposeViewController alloc] init];
我会得到
<SLComposeViewController: 0x1e057180>
如果我记录它。 但如果我这样做:
SLComposeViewController *test2 = [SLComposeViewController composeViewControllerForServiceType:serviceType];
返回nil
(serviceType为com.apple.social.facebook)。
我不知道发生了什么。有没有人经历过这个或知道会发生什么?
加了: 我在一个国家(并在这里买了我的ipad)FB&amp; Twitter无法访问。这个问题只发生在这两个服务上,如果我做SLServiceTypeSinaWeibo它可以工作。有趣的是,即使我正在运行VPN,它也不起作用。