Receive notiifcation for Email / SMS
Can i get notification开发者_开发知识库s in my app when receiving SMS / Email on the devices such as iphone / android / blackberry? Also can i able to send / Receive SMS form my app on these devices (iphone / android / blackberry)
Please guide me out...
Thanks a lot
There is no default E-mail client on Android, so it will depend on the e-mail client that the users uses. SMS on Android will not be a problem.
On iOS you can only send SMS/E-mail there is no way to check for any received SMS/E-mails.
Blackberry, not sure.
Windows phone 7, same as the iPhone send only.
On Blackberry for SMS, you can see the article Different ways to listen for SMS messages for info on receiving SMS and the SMS class javadoc for info on listening for outgoing messages. You will probably also find the article Sending and receiving GSM SMS on Blackberry useful.
For email, you should probably start with the article Add a listener to a folder and then dive into the javadoc.
精彩评论