Can the People app alert me to incoming SMS messages from a Windows Phone 8 handset?

Solution 1:

It doesn't look promising.

Microsoft ended Windows Live SMS alerts support on May 31, 2012. There is currently no built in method of sending or receiving SMS messages on Windows 8.

There is an SMS API for Windows 8, but it seems like only certain companies/app makers will get the privileges required to access the SMS API in Windows 8. From the Mobile Broadband SMS whitepaper:

Access to SMS functionality is available for following types of Windows Store apps:

  • Mobile network operators can access SMS functionality in their mobile operator app.
  • Mobile broadband adapter IHVs building open market mobile broadband adapters can enable a Windows Store device app to access SMS.
  • OEMs building PCs with embedded mobile broadband adapters can enable a Windows Store device app to access SMS.
  • Windows Store apps given privileged access to SMS by mobile operator, mobile broadband adapter IHV, or OEM.

There are sample projects that show you how to use the SMS API, but again, it sounds unlikely that you will be able to publish an application in the Microsoft Store that uses them without express consent.

It is possible to use other communication methods for third parties to send and receive SMS messages though. For example, there is a Windows Store Application called GVoice that utilizes the Google Voice service to send and receive SMS messages. In this case, the SMS message is actually sent from servers at Google, instead of from the device itself, which gets around the SMS API limitation specified earlier.