我必须通过空中申请发送短信。 每当用户点击发送按钮应用程序发送短信给选定的用户。
请告诉我如何使用flex或.net在我的空中应用程序中执行此操作。
答案 0 :(得分:2)
提供此链接 http://cookbooks.adobe.com/post_SMS_Texting_with_Flex_and_Air-12007.html 和 https://sites.google.com/site/freesmsuk/send-free-sms-with-flex
答案 1 :(得分:0)
查看Flex游戏(适用于iOS和Android)。在Native扩展下,您将找到使用URLRequest发送SMS的代码段。像这样:
<s:Button label="send" click="navigateToURL(new URLRequest('sms:125498964'))" />