我在 Stack Overflow 上搜索了所有已经提出的问题,所有这些问题都以编程方式“发送”短信到另一部手机,这不是我想要的。
我只想在收件箱中添加一条短信,而不使用蜂窝网络或任何其他服务,并从“my_company_name”等中写一个。基本上我想避免让用户或我的公司为短信付费。我知道推送通知,我也会使用它们,但我需要 SMS。
我想也许,如果用户向自己发送短信,那将是免费的,但“似乎”根本不是真的。
消息应用程序(及其通知 UI)仅显示通过 SMS 或 iMessage 传入的消息。使用公共 API 无法实现您要查找的内容。
As there is no public API available to do this (I guess you already now that), you'll have to go for the private APIs.
You might want to take a look at the source code of BigBoss's WifiSMS. This app allows one to control the iPhone's SMS system thru your computer. I haven't tested it myself yet, but BigBoss is a pretty credible application creator when it comes to jailbroken devices.