我找不到使用THEOS为任何iOS> 7通过代码(Objective-C)发送SMS / iMessage的方法。我发现的最佳主题是this one。 但是,它已经变旧了,无法再使用了。
我唯一得到的是:
BOOL success = [[CTMessageCenter sharedMessageCenter] sendSMSWithText:@"Hello!" serviceCenter:nil toAddress:@"1111111"];
但是它不会将SMS保存在 Messages 股票应用中,并且在可用时不会发送iMessages。
还有可能吗?
如果是,怎么办?
有什么限制吗?
我需要什么权利(如果需要)?
PS:这是我要尝试使用的代码:
http://iphonedevwiki.net/index.php/ChatKit.framework#Sending_a_Message_in_iOS_8
它使用适当的头进行编译,但是什么也不做(也没有错误),因为我无法获取任何CKConversation:
CKConversationList* conversationList = [[%c(CKConversationList) sharedConversationList] hasActiveConversations]; // Always false i.e. no conversations found