如何向联系人列表号码发送消息
我正在开发新的应用程序,而且我是 iPhone 新手。
我想向我从联系人列表中添加的人发送消息。
是否可以?
您能给我一些示例代码或链接吗?
I am working in new application and I am new to iphone.
I want to send a message to the person whom I have added from the contact list.
Is it possible?
Can you please give me some sample code or links.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
通过iPhone发送短信需要进行用户认证。因此,如果没有用户交互,您就无法以编程方式发送短信。
您需要查看此内容才能获得更好的想法:
如何以编程方式在 iPhone 上发送短信?
另请参阅:
MFMessageComposeViewController
For sending SMS through iPhone, it is required to have user authentication. So programmatically without and user interaction you cannot send an SMS
You need to see this to get a better idea:
How to programmatically send SMS on the iPhone?
also see:
MFMessageComposeViewController