Can someone point me to or tell me how to get notifications for incoming sms messages. I've implemented some code but I'm not getting kTelTelephonyNotifications. I've registered using SysNotifyRegister for kTelTelephonyNotification but my handler is not getting called when an sms message arrives. (treo 650).
I've implemented the code from the companion guide -- Listing 10.6 Receiving an SMS message --
http://www.accessdevnet.com/docs/palmos/PalmOSCompanion2/TelephonyMgr.html#1034937.But this doesn't seem to be working.
Help?