PDA

View Full Version : Receive SMS for app




arme
Sep 27, 2008, 03:33 AM
how i can use sms for my app.?



robbieduncan
Sep 27, 2008, 03:47 AM
The short answer is that using the official SDK you can't. It may be possible on jailbrake phones, but I have no idea about that.

arme
Sep 27, 2008, 04:22 AM
hi
i need receive a sms from service that active my registration.
i want to read a sms . are there any way to solve this problem ?

Pring
Sep 27, 2008, 08:04 AM
There's no way to do that through an SMS, no.

I recommend having your app send a request (HTTP would do) to a server and get the reply directly, don't shoehorn it into an SMS.