开发者

send message from iphone app [duplicate]

开发者 https://www.devze.com 2023-02-23 14:28 出处:网络
This question already has answers here: Closed 11 years ago. Possible Duplicate: How to programmatically send SMS on the iPhone?
This question already has answers here: Closed 11 years ago.

Possible Duplicate:

How to programmatically send SMS on the iPhone?

Is it possibl开发者_JAVA百科e to send text messages from an iphone app automatically through code. I havent seen any sample code of this yet?


There is no support from Apple in the original SDK to do automatic sending. I mean, the support that exists in the official SDK - the MessageUI framework - allows you to send text messages, but you can't escape the UI that Apple imposes, and you can't send the messages automatically.

But what you can do is to use a 3rd party service. I've been using clickatell.com for about 6 years now ( vb6 and .net too :) ... ) - and i only can recommend it ... You could give a go with them ?

0

精彩评论

暂无评论...
验证码 换一张
取 消