Reputation: 1864
I want my app to respond in case the user recieves an sms. The app does not need to access the content of the message,it should only detect if an sms has been recieved. I googled the problem but couldn't find any relevant resources. Can anyone help me regarding this problem? Is such a functionality possible in a windows phone app? Thanks in advance!!
Upvotes: 0
Views: 553
Reputation: 16369
It is not possible on Windows Phone 7. The Windows.Phone.Networking.NetworkOperators.SmsInterceptor recommended byt Tiz states it is for Windows Phone 8.
Upvotes: 0
Reputation: 526
Look in object browser...
I found this: Windows.Phone.Networking.NetworkOperators.SmsInterceptor
MSDN: http://msdn.microsoft.com/en-us/library/windowsphone/develop/jj585389%28v=vs.105%29.aspx
Upvotes: 1