Namespaces
Variants
Actions
Revision as of 08:15, 14 June 2012 by hamishwillee (Talk | contribs)

Writing an SMS-capable application using Symbian C++

Jump to: navigation, search



Article Metadata

Compatibility
Platform(s): S60 2nd Edition and S60 2nd Ed FP1, S60 2nd Ed FP2, and S60 2nd Ed FP3
S60 3rd Ed and S60 3rd Ed FP1

Article
Created: User:Technical writer 2 (07 Jul 2006)
Last edited: hamishwillee (14 Jun 2012)

Overview

Writing an SMS-capable application in S60

Description

Writing an SMS-capable application is fairly easy given the current example applications available at Nokia Developer. There are two possibilities, depending on the targeted platform. On earlier S60 and S80 devices developers are bound to use a client MTM API, but S60 3rd Edition introduces a higher-level, easier-to-use API in addition.
2nd Edition platforms:
On S60 2nd Edition and Series 80 platforms SMS client applications have to use the SMS Client MTM directly for message sending. On earlier platforms this posed lots of problems for developers as part of the required API was not available on public SDKs. This was, however, corrected in S60 2nd Edition and Series 80 2nd Edition SDKs.
Nokia Developer has published an SMS example that shows step-by-step how to create and send an SMS message. The example is currently available at
S60 Platform: SMS Example
3rd Edition:
On S60 3rd Edition messaging becomes easier than ever thanks to the new SendAs API.  This is a wrapper API on top of the messaging client MTMs - and it is easy to use. Using this API your application can gain access not only to SMS messaging but to all supported messaging protocols.
S60 3rd Edition supports also the old school way of using the MTMs directly.
You can find an example on both the MTM approach and the new SendAs approach in the Nokia Developer example downloadable via this link: S60 Platform: SMS Example
Related topics:
Nokia Developer Messaging examples (C++)
Messaging discussion on Nokia Developer C++ developer's board
Messaging in Symbian Developer Library - online API reference

143 page views in the last 30 days.
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved