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中以PDU格式发送连接的短信?AFAIK android 能够做到这一点。请指教,真的需要把这件事弄清楚。
谢谢。
iOS 将只允许您通过MFMessageComposeViewController.
MFMessageComposeViewController
这将只接受一个字符串作为它的正文,因此不能发送特殊的 SMS。此外,用户必须按下发送按钮才能发送 SMS。