Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
从 iPhone 以编程方式发送 SMS 的最佳方式是什么?与调制解调器交谈/dev/tty.debug或使用私有 API 是选项。
/dev/tty.debug
我想制作一个命令行 SMS 实用程序,我希望它可以在 3.x -> 4.x iOS 上运行。
我也无法使用AT+CMGF=1 & AT+CMGS="[PHONE_NUM]"\r\n[MSG]\x1A(与 tty.debug,iPhone 3GS iOS 4.1 交谈)。
AT+CMGF=1 & AT+CMGS="[PHONE_NUM]"\r\n[MSG]\x1A
您可能可以看看这个项目,它似乎实现了您想要的: