Does iOS 5 onwards support Cell Broadcast messaging, and can we access the messages?

We want our application to receive messages through Cell Broadcast technology, so we need to be able to read those (alerts, small text messages, sometimes images) and show them when the iPhone device is in its Idle state.

Are there any existing Apple frameworks or APIs to do this?

link|improve this question
feedback

1 Answer

The Official API does nto allow you to acces any privacy sensitive information, like mail from the mail app, SMS, MSS or Cell Broadcast messages.

There is not way to officially acces these kind of data.

link|improve this answer
Thanks. Please provide additional info if any on this. Are there any private APIs todo these and made it work, though I know Apple will reject the app. – Dave Feb 3 at 11:11
Sorry no, since in only developer appstore apps I've never needed to use any private API calls. – rckoenes Feb 3 at 12:32
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.