Sending SMS message [solved]
-
Is there some example how to send SMS messages with Qt on Symbian device?
Googling only gives me some archived deprecated articles. Tried including QMessage and QMessageService in my app, but those are just dummy headers in the SDK (or so it seems).
Also would be nice to send SMS without displaying messaging UI to the user.
-
Ok, I solved this with this example:
http://www.developer.nokia.com/Community/Wiki/Send_SMS_using_Qt_MobilityThe catch was to declare QTM_USE_NAMESPACE together with <QMessage> and <QMessageService>. After that it all started working.