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.
我有一个视图,它有文本字段和提交按钮。在文本字段中输入电话号码后,用户单击提交按钮。然后我需要在不打开 mfmessagecomposeviewcontroller 的情况下将消息发送到电话号码。如果您需要更多详细信息,请告诉我。提前致谢。
如果您不想打开,MFMessageComposeViewController那么我建议您使用 clickatell.com 短信网关发送短信。您可以在您的服务器上实现他们的 api,并在您想要发送短信时在您的服务器上访问 Web 服务。
MFMessageComposeViewController
但问题是您必须为每个用户发送的短信付费。好像您打开MFMessageComposeViewController用户为该短信付费一样。