腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9999+)
视频
沙龙
1
回答
MFMessageComposeViewController
alloc
返回
nil
、
、
、
在我的应用程序中,MFMailComposeViewController运行良好,但创建
MFMessageComposeViewController
的新实例失败。下面是两者的代码:{ picker.messageComposeDelegate = self
浏览 3
提问于2010-08-17
得票数 20
回答已采纳
2
回答
无法将图像附加到
MFMessageComposeViewController
、
、
、
、
我正在执行以下操作,但是在日志记录时,它总是
返回
图像无法附加的信息。这里怎么了? [warnin
浏览 2
提问于2014-04-19
得票数 0
回答已采纳
3
回答
canSendText
返回
false
、
、
if ([NSClassFromString(@"
MFMessageComposeViewController
") canSendText]) Class smsClass = (NSClassFromString(@"
MFMessageComposeViewController
")); {
浏览 4
提问于2012-11-06
得票数 1
回答已采纳
3
回答
我通过使用
MFMessageComposeViewController
得到了这个错误
、
我通过使用
MFMessageComposeViewController
得到这个错误,当我们点击inviteButton时,我们必须转到Message Composer,但是我们得到这样的错误可以帮助我们[
MFMessageComposeViewController
canSendText]
MFMessageComposeViewController
*controller = [[
MFMessageComposeViewController
<em
浏览 4
提问于2015-01-19
得票数 1
1
回答
如何使用数组中的数字发送短信?
、
、
MFMessageComposeViewController
*controller = [[
MFMessageComposeViewController
alloc
] init]; if([
MFMessageComposeViewController
canSendText]) [self presentModalViewController
浏览 0
提问于2015-12-21
得票数 0
1
回答
检测到iOS发送短信失败
、
、
为了进行检查,我使用这个委托方法: [NSThread detachNewThreadSelector:@selector(SMSsent) toTarget:self withObject:
nil
MessageComposeResultFailed: {
浏览 1
提问于2016-01-20
得票数 1
4
回答
如何在iOS SDK中为用户预写短信
、
、
我使用了Apple Dev网站上的示例代码来学习如何设置预先编写的电子邮件,但是有没有一种方法可以类似地设置预先编写的SMS消息?
浏览 0
提问于2012-01-18
得票数 4
回答已采纳
4
回答
使用
MFMessageComposeViewController
时不支持推送导航控制器
、
我正在使用下面的代码创建crash
MFMessageComposeViewController
*messageController = [[
MFMessageComposeViewController
alloc
] init]; [messageController setRecipientsmessage]; [self.parentViewController presentViewCont
浏览 2
提问于2014-07-03
得票数 1
1
回答
下发短信后如何手动
返回
app
、
、
、
、
但我不能
返回
应用程序-取消按钮变为灰色-非活动状态。- (void)messageComposeViewController:(
MFMessageComposeViewController
*)controller didFinishWithResultNSLog(@"Result: canceled");-(void)sms{
MFMessageCompos
浏览 1
提问于2014-11-19
得票数 0
1
回答
MFMessageComposeViewController
不工作
、
、
、
、
代码:
MFMessageComposeViewController
*viewController = [[
MFMessageComposeViewController
alloc
] init]; viewControllerM.mailComposeDelegate = self; [selfpresentViewController:viewController animated:
浏览 0
提问于2013-01-26
得票数 4
回答已采纳
1
回答
MFMessageComposeViewController
不发送消息
、
、
、
我正试图通过
MFMessageComposeViewController
发出这个信息。委托获取结果MessageComposeResultSent。但事实上我没有收到短信。我在信息里找不到历史。
浏览 1
提问于2014-07-18
得票数 1
回答已采纳
3
回答
发送SMS时,应用程序崩溃
、
、
、
、
if ([
MFMessageComposeViewController
canSendText]) { [smsComposerControllersmsComposerController.recipients = [NSArra
浏览 2
提问于2011-09-06
得票数 2
回答已采纳
2
回答
如何在我的应用中调用消息应用?
、
如何在当前应用中调用消息应用。[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"sms:"]]; [[UIApplication sharedApplication] openURL:[NSURL URLWithString:但我想要的只是调用短信应用程序,我不想没有电话号码或没有电话号码。请帮帮我...
浏览 1
提问于2013-03-21
得票数 0
4
回答
使用
MFMessageComposeViewController
发送消息失败
、
、
、
、
up contacts :消息应用程序未打开,如果我们多次单击邀请,则iMessage正在打开,但加载消息需要更多时间(2分钟) [contacts addObject:strphonenumber];}
MFMessageComposeViewController
*messanger = [[
MFMessageComp
浏览 0
提问于2015-08-12
得票数 0
1
回答
从ios应用程序发送预填充文本的短信
、
、
我发现了一些关于ios允许应用程序中的用户打开SMS对话框并预定义/预填充文本的可行性的冲突信息。在android中,我认为它被称为"intents“,但经过一些研究,我得出了关于ios允许同样的信息的不可靠信息。
浏览 3
提问于2015-03-19
得票数 0
1
回答
以编程方式发送/接收数据短信iOS
、
、
如何在iOS中的特定端口发送和接收数据短信?
浏览 2
提问于2012-03-15
得票数 1
2
回答
有没有可能在可可触摸中找到用户发送短信的号码?
、
、
[
MFMessageComposeViewController
canSendText]) { [warningAlert show]; return*messageController = [[
MFMessageComposeView
浏览 1
提问于2014-12-15
得票数 0
1
回答
iOS 6- ChatKit专用接口-发送短信
、
、
、
在iOS 6中,有没有人能够在没有用户交互的情况下通过代码发送短信?(提前说一句:是的,我们都知道苹果拒绝使用私有API的应用,这不是为应用商店准备的)
浏览 0
提问于2013-02-11
得票数 4
1
回答
应用程序短信中的iPhone iOS 5软件开发工具包错误
、
应用程序尝试在目标上推送
nil
视图控制器。
MFMessageComposeViewController
*SMScontroller; { SMScontroller.messageCo
浏览 0
提问于2012-04-13
得票数 0
回答已采纳
1
回答
MFMessageComposeViewController
条透明
、
、
、
我试图以模式的方式呈现一个
MFMessageComposeViewController
。
MFMessageComposeViewController
*controller =[[
MFMessageComposeViewController
alloc
] init]; controller.recipients = [NSArray arrayWithObjects:@"99999999",
ni
浏览 7
提问于2015-04-06
得票数 0
回答已采纳
点击加载更多
相关
资讯
[务必收藏] Linux用户空间和内核空间所有15种内存分配方法总结
Safe-Buffer源代码解析
文心一言 VS 讯飞星火 VS chatgpt (195)-- 算法导论14.3 3题
Go语言文件读取
通过MapReduce降低服务响应时间
热门
标签
更多标签
云服务器
对象存储
ICP备案
云点播
实时音视频
活动推荐
运营活动
广告
关闭
领券