Page 1 of 1
SMS Message
Posted: Fri Feb 11, 2011 12:51 pm
by 2Phat
Is it possible to send a SMS message from an iphone app done with revcode?
Thanks
Stef Albertyn
Re: SMS Message
Posted: Fri Feb 11, 2011 8:38 pm
by dburdan
I don't know the exact code in Rev but I do know that apple doesn't allow you to send a SMS from an app. Although I think they do allow you to open the SMS app with a message already in the send box. Unfortunately I do not know the code to do this. Try looking in the dictionary.
Re: SMS Message
Posted: Thu May 05, 2011 12:37 pm
by rageena
How can we arrest a fraud lottary sms sender? I've received an sms that I've won the 2million dollars. One person is bringing it to india from uk. He will call me after arriving in India. And at airport he need Rs.37000. All of us know that he is fraud. But how can we catch him.
_______________________
keyword research ~ keyword tool ~ keyword tracking ~ affiliate elite
Re: SMS Message
Posted: Thu May 05, 2011 1:51 pm
by Klaus
Rageena,
this internet fraud stuff is a bad thing for sure, but this is a software forum for LiveCode users and not "Catch the thief"
Best
Klaus
Re: SMS Message
Posted: Fri May 06, 2011 12:22 am
by SparkOut
Yes... rageena is obviously attempting to post a spam link (probably a bot) having searched google for keywords, sms in this case, so the post that holds the (unsuccessful) signature link looks like it's somewhat relevant to the search engines assigning page rank.
Re: SMS Message
Posted: Thu May 12, 2011 12:01 pm
by theagilepad
Within the iOS framework there is a class which allows you to create an SMS message. However the user will still need to send the message manually.
The class is MFMessageComposeViewController
How can we access this class with associated methods from runrev?