从越狱的 iPhone 发送短信
以编程方式从 iPhone 发送短信的最佳方式是什么?可以选择与 /dev/tty.debug
上的调制解调器通信或使用私有 API。
我想制作一个命令行 SMS 实用程序,并且希望它可以在 3.x 上运行 -> 4.x iOS。
另外,我无法使其与 AT+CMGF=1 & 一起使用。 AT+CMGS="[PHONE_NUM]"\r\n[MSG]\x1A
(与 tty.debug、iPhone 3GS iOS 4.1 对话)。
What is the best way to programmatically send an SMS from the iPhone? Talking to the modem on /dev/tty.debug
or using private API are options.
I want to make a command line SMS utility, and I want it to work on 3.x -> 4.x iOS.
Also I couldn't make it work with AT+CMGF=1 & AT+CMGS="[PHONE_NUM]"\r\n[MSG]\x1A
(Talking to tty.debug, iPhone 3GS iOS 4.1).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您也许可以看看这个项目,它似乎可以实现您想要的:
You can probably have a look at this project which seems to achieve what you want: