tags:

views:

556

answers:

2

hi,

is there any code on how to implement the sms scheme in iPhone apps. in addition, implementing

this sms scheme will allow my apps interact with the sms apps ma like doing subscription of

advertisement or services ?

any help, i truly appreciated it.

Cheers

A: 

The iPhone SDK does any SMS functionality, either for accessing received SMSes, or sending SMSes. If you need this functionality you should file a bug with Apple.

Louis Gerbarg
A: 

Using UIWebView embed a html like below

Launch Text Application New SMS Message

Apple URL Scheme TextLinks http://developer.apple.com/safari/library/featuredarticles/iPhoneURLScheme%5FReference/Articles/sms.html#//apple%5Fref/doc/uid/TP40008054-SW1

flycomputer