Hi,
When the native messaging application is running, my application is not notified when a SMS is received. Does anybody know how to solve this issue (eg: high priority)?
I use this classes:
iMsvSession = CMsvSession::OpenSyncL( *this );
iMtmRegistry = CClientMtmRegistry::NewL(*iMsvSession, 3000000);
iSmsMtm = STATIC_CAST(CSmsClientMtm*,iMtmRegistry->NewMtmL(KUidMsgTypeSMS));
Cheers,
Benji.





